Menu

#61 php error in bug.php line 753

open
nobody
None
5
2009-11-28
2009-11-28
David Fore
No

I was getting a php error in bug.php line 753, so I added the isset()

$reporter = (isset($reporter) and is_numeric($reporter)) ? $reporter : $u;

Discussion


Log in to post a comment.