|
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?
|