View Single Post
  #2  
Old 07-06-2004, 11:56 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Easier than what?

I haven't attempted this, but you can try this.

Open /include/categories.php

Make a backup first.

Then change:

Code:
group by $sql_tbl[categories].categoryid order by ".($current_area=="C" ? "order_by" : "category"));

to

Code:
group by $sql_tbl[categories].category order by $sql_tbl[categories].category);
Reply With Quote