View Single Post
  #5 (permalink)  
Old 04-08-2008, 07:41 AM
xiesi's Avatar
xiesi xiesi is offline
Constant Pligger
 
Join Date: Jun 2007
Posts: 226
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to xiesi
i add category_parent into the select in conifg.php

$the_cats = $db->get_results("select category_parent, category_id, category_name, category_safe_name, category_lang from ".table_categories.";");


modify the admin_category.php to:

$the_cats = $db->get_results("select category_parent, category_id, category__auto_id, lft, rgt, category_name, category_safe_name, category_lang, category_desc, category_keywords from ".table_categories." ORDER BY lft ASC;");

is it correct?
__________________
www.qelele.com齐乐乐
Reply With Quote