rename #images.average_rate to rating_score
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a61fea9283
commit
86ae4d8b3a
20 changed files with 130 additions and 89 deletions
|
|
@ -153,7 +153,7 @@ foreach ($pictures as $row)
|
|||
{
|
||||
case 'best_rated' :
|
||||
{
|
||||
$name = '('.$row['average_rate'].') '.$name;
|
||||
$name = '('.$row['rating_score'].') '.$name;
|
||||
break;
|
||||
}
|
||||
case 'most_visited' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue