View Single Post
Old July 13th, 2004, 10:02 AM   #2 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
In adm-order.php at line 48 find and add the code in bold:

$catdefault = ""; $nocat=0;
if ( $cat == "notcat" ) { $cat=500; $notcat=1; }
if ( empty($cat) ) $cat = 500;
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote