mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Remove default default
This commit is contained in:
parent
3a3057aa5f
commit
83e6637c84
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Artist extends PropertiesBase{
|
|||
SELECT *
|
||||
from ArtistAlternateSpellings
|
||||
where ArtistId = ?
|
||||
', [$this->ArtistId], 'stdClass');
|
||||
', [$this->ArtistId]);
|
||||
|
||||
foreach($result as $row){
|
||||
$this->_AlternateSpellings[] = $row->AlternateSpelling;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue