Merged revision(s) 28924 from trunk:

bug 3061: manual order becomes automatic order 

git-svn-id: http://piwigo.org/svn/branches/2.6@28925 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-07-02 20:59:13 +00:00
parent e2b475f3ef
commit 34c7adb96d

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';
}