View Single Post
  #9  
Old 08-01-2004, 11:22 AM
 
pmstudios pmstudios is offline
 

Senior Member
  
Join Date: May 2004
Posts: 133
 

Default

While manually upgrading, came across a potential issue with the 4.0.1 upgrade from 4.0.0

In include/categories.php.diff
Code:
} + elseif (defined('MANAGE_CATEGORIES')) + $sort_condition = " ORDER BY $sql_tbl[categories].category, $sql_tbl[categories].order_by";

These two lines already exist as:
Code:
} elseif (defined('MANAGE_CATEGORIES')) $sort_condition = " ORDER BY category, order_by";

But categories.php.diff file doesn't remove the existing lines before adding the updated format.
__________________
X-Cart 4.0.5
MySQL: 3.23.58
PHP 4.3.2
Reply With Quote