mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Minor comment fixes
Fix one typo, remove a docstring meant for an old function
This commit is contained in:
parent
d95d9b3349
commit
f50fab37d3
1 changed files with 1 additions and 5 deletions
|
@ -805,7 +805,7 @@ class Artwork extends PropertiesBase{
|
||||||
(select distinct ArtistId from Artworks)
|
(select distinct ArtistId from Artworks)
|
||||||
');
|
');
|
||||||
|
|
||||||
// Update tags for this artworke
|
// Update tags for this artwork
|
||||||
Db::Query('
|
Db::Query('
|
||||||
DELETE from ArtworkTags
|
DELETE from ArtworkTags
|
||||||
where
|
where
|
||||||
|
@ -866,10 +866,6 @@ class Artwork extends PropertiesBase{
|
||||||
return $result[0];
|
return $result[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Looks up an existing artwork regardless of status (unlike GetByUrl()) in order to
|
|
||||||
* enforce that the Artist UrlName + Artwork UrlName combo is globally unique.
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* @throws \Exceptions\InvalidArtworkException
|
* @throws \Exceptions\InvalidArtworkException
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue