Corrected error: undefined PHPSESSID
This commit is contained in:
parent
5400d5d622
commit
5eea01f97d
1 changed files with 2 additions and 1 deletions
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue