mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Add password login option for some users, and further refinements to artwork management system
This commit is contained in:
parent
8a1b11b815
commit
5a1c05d8c5
22 changed files with 234 additions and 150 deletions
|
@ -167,8 +167,8 @@ class Library{
|
|||
private static function GetBrowsableArtwork(): array{
|
||||
return Db::Query('
|
||||
SELECT *
|
||||
FROM Artworks
|
||||
WHERE Status IN ("approved", "in_use")', [], 'Artwork');
|
||||
from Artworks
|
||||
where Status in ("approved", "in_use")', [], 'Artwork');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -262,7 +262,6 @@ class Library{
|
|||
}
|
||||
|
||||
return $matches;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue