still no joy, this is the php that I think it refers to
Code:
// You may need to change the db_table_prefix if you altered it from default pp_ to something else or removed it
$result = mysql_query("SELECT username,cat,comment,photo,userid,rating
FROM pp_comments WHERE cat NOT IN ($cat_exclusions) AND comment != ''
ORDER BY date desc
LIMIT 5" ) or die(mysql_error());
while($row = mysql_fetch_array( $result )) {