mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -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 *
|
SELECT *
|
||||||
from ArtistAlternateSpellings
|
from ArtistAlternateSpellings
|
||||||
where ArtistId = ?
|
where ArtistId = ?
|
||||||
', [$this->ArtistId], 'stdClass');
|
', [$this->ArtistId]);
|
||||||
|
|
||||||
foreach($result as $row){
|
foreach($result as $row){
|
||||||
$this->_AlternateSpellings[] = $row->AlternateSpelling;
|
$this->_AlternateSpellings[] = $row->AlternateSpelling;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue