From 4e4dc79e5162a7d1315b12e94153443552530b9e Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 25 Jul 2011 18:04:50 +0000 Subject: feature 2384: improve average rating calculation (still need to update language files) git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/maintenance.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/maintenance.php') diff --git a/admin/maintenance.php b/admin/maintenance.php index 1199af948..886739efc 100644 --- a/admin/maintenance.php +++ b/admin/maintenance.php @@ -58,7 +58,8 @@ switch ($action) case 'images' : { update_path(); - update_average_rate(); + include_once(PHPWG_ROOT_PATH.'include/functions_rate.inc.php'); + update_rating_score(); break; } case 'delete_orphan_tags' : -- cgit v1.2.3