Corrected error: undefined PHPSESSID

This commit is contained in:
Stan Pinte 2005-03-06 13:52:20 +00:00
parent 5400d5d622
commit 5eea01f97d

View file

@ -320,7 +320,8 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null)
if ($Max==0) return "No row selected";
$r.="<TABLE width=\"100%\">";
$l_sessid=(isset($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID'];
//$l_sessid=(isset($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID'];
$l_sessid=$_REQUEST['PHPSESSID'];
$r.="<tr>";
$r.="<th> Internal </th>";
$r.="<th> Date </th>";