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:
parent
86bc4d1143
commit
4e4dc79e51
13 changed files with 115 additions and 101 deletions
|
|
@ -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' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue