/[phpcompta]/phpcompta/html/jrn_detail.php
ViewVC logotype

Diff of /phpcompta/html/jrn_detail.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by sparkyx, Mon Mar 7 19:50:22 2005 UTC revision 1.19 by stanpinte, Mon Mar 21 09:34:22 2005 UTC
# Line 110  $Res=ExecSql($cn,"select jrn_def_name,jr Line 110  $Res=ExecSql($cn,"select jrn_def_name,jr
110                   " from jrn_def where".                   " from jrn_def where".
111                   " jrn_def_id=".$_SESSION['g_jrn']);                   " jrn_def_id=".$_SESSION['g_jrn']);
112  $l_line=pg_fetch_array($Res,0);  $l_line=pg_fetch_array($Res,0);
113  if ( isset ($_GET["PHPSESSID"] ) ) {  $sessid = $_REQUEST['PHPSESSID'];
   $sessid=$_GET["PHPSESSID"];  
 }  
 if ( isset ($_POST["PHPSESSID"] ) ) {  
   $sessid=$_POST["PHPSESSID"];  
 }  
   
114  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not')\">";  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not')\">";
115  echo '<DIV CLASS="ccontent">';  echo '<DIV CLASS="ccontent">';
116  echo '<H2 class="info"> Fiches </H2>';  echo '<H2 class="info"> Fiches </H2>';

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26