From 52f0cce24f871ed187408ca0f4e33f4ee8863cfe Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Sep 2008 21:26:36 +0000 Subject: 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 --- admin/rating.php | 1 - 1 file changed, 1 deletion(-) (limited to 'admin/rating.php') diff --git a/admin/rating.php b/admin/rating.php index 53ec75a7f..a9aa12712 100644 --- a/admin/rating.php +++ b/admin/rating.php @@ -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, -- cgit v1.2.3