- fix issue on my previous commit

git-svn-id: http://piwigo.org/svn/branches/2.0@3129 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2009-02-05 03:10:59 +00:00
parent b019ad9b55
commit 15515695a1
+1 -1
View File
@@ -47,7 +47,7 @@ SELECT *
$result = pwg_query($query);
while ($row = mysql_fetch_assoc($result))
{
$row['rank'] = $page['rank_of'][ $row['id'] ];
$row['rank'] = $rank_of[ $row['id'] ];
array_push($pictures, $row);
}