| 
 Posted - 08/09/2024 :  18:19:17    After looking back on prior updates the problem lies from the flowing change in the incproddetail.php file.
 Old Version: 	$sSQL="SELECT rtID,rtRating,rtPosterName,rtHeader,rtDate,rtComments FROM ratings WHERE rtApproved<>0 AND rtProdID='" . escape_string($prodid) . "'";
 
 
 New Version:  $sSQL="SELECT rtID,rtRating,rtPosterName,rtHeader,rtDate,rtComments FROM ratings WHERE " . $GLOBALS['reviewsearchsql'];
 
 
 **UPDATE** I rolled back the incproddetail.php file to the older version listed above and the reviews show correctly.
 
 
 Edited by - midvalleydrifter001 on 08/09/2024  18:28:19
 |