bug 3061: manual order becomes automatic order

git-svn-id: http://piwigo.org/svn/trunk@28924 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-07-02 20:58:16 +00:00
parent 7e9b6530ec
commit fa832428fa
+1 -1
View File
@@ -156,7 +156,7 @@ SELECT *
;';
$category = pwg_db_fetch_assoc(pwg_query($query));
if ($category['image_order']=='rank')
if ($category['image_order']=='rank ASC')
{
$image_order_choice = 'rank';
}