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
This commit is contained in:
rvelices 2011-07-25 18:04:50 +00:00
commit 4e4dc79e51
13 changed files with 115 additions and 101 deletions

View file

@ -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' :