mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
feature 288: manage rates for administrators
git-svn-id: http://piwigo.org/svn/trunk@1042 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -1042,12 +1042,12 @@ SELECT COUNT(rate) AS count
|
||||
}
|
||||
else
|
||||
{
|
||||
$sentence = $lang['never_rated'].'. '.$lang['to_rate'];
|
||||
$sentence = $lang['never_rated'].'. '.$lang['Rate'];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$sentence = $lang['never_rated'].'. '.$lang['to_rate'];
|
||||
$sentence = $lang['never_rated'].'. '.$lang['Rate'];
|
||||
}
|
||||
$template->assign_block_vars(
|
||||
'rate',
|
||||
|
||||
Reference in New Issue
Block a user