Fixed category sorting that wasn't showing the sub categorys under the mains in /preferences/categories.php

This commit is contained in:
jengo 2001-04-28 14:01:34 +00:00
parent deb7bbcee0
commit a5b2acc3bb

View File

@ -111,7 +111,7 @@
} }
else else
{ {
$ordermethod = " order by cat_main asc"; $ordermethod = " order by cat_main, cat_level, cat_name asc";
} }
if (is_array($this->grants)) if (is_array($this->grants))