mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
bug fixed: now that WebService method pwg.images.add create image records
with no storage_category_id, we allow this field to be null in the administration code. git-svn-id: http://piwigo.org/svn/trunk@2575 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -167,7 +167,6 @@ SELECT i.id,
|
||||
i.file,
|
||||
i.tn_ext,
|
||||
i.average_rate,
|
||||
i.storage_category_id,
|
||||
MAX(r.date) AS recently_rated,
|
||||
COUNT(r.rate) AS nb_rates,
|
||||
SUM(r.rate) AS sum_rates,
|
||||
|
||||
Reference in New Issue
Block a user