Small improvement: order group by name

Change cat_*.php header

Merge BSF 1959:1961 into branch-1_7

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1962 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2007-04-19 06:04:04 +00:00
parent 8a97ff299e
commit 25ed7b89d3
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ $template->assign_vars(
$query = '
SELECT id, name, is_default
FROM '.GROUPS_TABLE.'
ORDER BY id ASC
ORDER BY name ASC
;';
$result = pwg_query($query);