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:
plegall
2008-09-23 21:26:36 +00:00
parent 8ffef257e1
commit 52f0cce24f
4 changed files with 36 additions and 13 deletions
-1
View File
@@ -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,