Menu

#22 view.php line 129 $target variable

open
nobody
5
2003-10-22
2003-10-22
Hazard ABio
No

when i loaded up the server 0.2.0
i first logged in and low and behold an undefined variable
was being defined,

the origional line was:
$target = $_SESSION['target'];

the modified line (to make it work):

$target = (isset($_SESSION["target"]))?$_SESSION
["target"]:"";

and that seemed to fix the problem, and it will be able to
show valid for the IF statement jsut after this variable
declaration as well.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB