View Single Post
Old May 10th, 2005, 10:44 AM   #5 (permalink)
creative
Junior Member
Verified Customer
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 6
I modified the text to read:


if ( $Globals['memformat'] == "yes" ) {
$query .= "userid=$ppuser AND storecat=0 $catcheck $exclude_cat $sortcode";
}
else {
$query .= "userid=$ppuser AND storecat=0 AND cat='$cat' $exclude_cat $sortcode";
}

This did not fix the duplicate image problem. Did I enter the text correctly?
creative is offline   Reply With Quote