Quote:
Originally Posted by Boofo
Ok, I'll be here waiting. 
|
It only happened with the colors highlight .... it was an "error" in the query (actually the order by was missing).
Code:
$+++++sult = $DB_site->query("SELECT user.* FROM ".TABLE_PREFIX."user AS user WHERE userid IN (".implode(",",$+++++adids).")");
change it to
Code:
$+++++sult = $DB_site->query("SELECT user.* FROM ".TABLE_PREFIX."user AS user WHERE userid IN (".implode(",",$+++++adids).") ORDER BY username");
If that doesn't work take a broom and hit the hack... err.. I'll fix it again.
whoviewed_colors.txt updated also