mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Style tweaks to artworks DB
This commit is contained in:
parent
6e63bd2bdb
commit
2b5f4f55a2
5 changed files with 54 additions and 63 deletions
|
@ -187,8 +187,8 @@ class Library{
|
|||
$artworks = Db::Query('
|
||||
SELECT *
|
||||
from Artworks
|
||||
where Status = ? and EbookWwwFilesystemPath is not null
|
||||
', [ArtworkStatus::Approved->value], 'Artwork');
|
||||
where EbookWwwFilesystemPath is not null
|
||||
', [], 'Artwork');
|
||||
}
|
||||
elseif($status == 'all-submitter' && $submitterUserId !== null){
|
||||
$artworks = Db::Query('
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue