From 3c0301d1996db7894dc9c84a6d819c5a4dac75ee Mon Sep 17 00:00:00 2001 From: ddtddt Date: Thu, 23 Dec 2010 13:37:33 +0000 Subject: [branches 2.1] - add average_rate for thumbnail template // rename RAGE -> RATE git-svn-id: http://piwigo.org/svn/branches/2.1@8252 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_default.inc.php') diff --git a/include/category_default.inc.php b/include/category_default.inc.php index fcc3d0b22..e4321efb6 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -123,7 +123,7 @@ foreach ($pictures as $row) 'FILE_SIZE' => $row['filesize'], 'FILE_WIDTH' => $row['width'], 'FILE_HEIGHT' => $row['height'], - 'FILE_RAGE' => $row['average_rate'], + 'FILE_RATE' => $row['average_rate'], 'FILE_METADATE' => $row['date_metadata_update'], 'FILE_HAS_HD' => ($row['has_high'] and $user['enabled_high']=='true') ? true:false, /* lack of include/functions_picture.inc.php */ -- cgit v1.2.3