From 69159c0e9238fd369dca2181af6fb9de47b14440 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 30 Jan 2008 22:07:07 +0000 Subject: Replace old use of $lang by l10n function. git-svn-id: http://piwigo.org/svn/trunk@2201 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_rate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/picture_rate.inc.php') diff --git a/include/picture_rate.inc.php b/include/picture_rate.inc.php index 172d02ceb..331cb41b0 100644 --- a/include/picture_rate.inc.php +++ b/include/picture_rate.inc.php @@ -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 { -- cgit v1.2.3