Menu

#71 Sort category view alphabetically

Core Class
closed-fixed
Code/Logic (73)
5
2005-11-14
2005-10-07
No

In fatcat/class/CategoryView.php

function getParentCategories() {

Change

if($result = $GLOBALS["core"]->query("SELECT cat_id, children,
title FROM $catTable WHERE parent=0")) {

to

if($result = $GLOBALS["core"]->query("SELECT cat_id, children,
title FROM $catTable WHERE parent=0 ORDER BY title")) {

Been bugging me for a while. ;-)

Discussion

  • Shaun Murray

    Shaun Murray - 2005-11-14

    Logged In: YES
    user_id=722742

    Fixed in CVS

     
  • Shaun Murray

    Shaun Murray - 2005-11-14
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB