> Temporary-Fix > ------------- > Replace > If ($count > $max_count) > with > If ($count > $max_count && !is_numeric($count))
Shouldn't that be '||' instead of '&&'? -G_E _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
