Replace old use of $lang by l10n function.
git-svn-id: http://piwigo.org/svn/trunk@2201 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d5015da6ec
commit
69159c0e92
23 changed files with 181 additions and 181 deletions
|
|
@ -42,7 +42,7 @@ SELECT COUNT(rate) AS count
|
|||
$row = mysql_fetch_array(pwg_query($query));
|
||||
if ($row['count'] == 0)
|
||||
{
|
||||
$value = $lang['no_rate'];
|
||||
$value = l10n('no_rate');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue