/[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.21 by stanpinte, Mon Jul 4 17:58:50 2005 UTC revision 1.22 by sparkyx, Mon Jul 4 20:14:28 2005 UTC
# Line 47  if ( $User->CheckAction($cn,GJRN) == 0 ) Line 47  if ( $User->CheckAction($cn,GJRN) == 0 )
47  echo JS_SEARCH_POSTE;  echo JS_SEARCH_POSTE;
48  if ( isset( $_GET['p_jrn'] )) {  if ( isset( $_GET['p_jrn'] )) {
49    $p_jrn=$_GET['p_jrn'];    $p_jrn=$_GET['p_jrn'];
50    $_SESSION["p_jrn"]=$p_jrn;   } else {
51      echo '<h2 class="error">Journal inexistant</h2>';
52  }    exit();
53     }
54    
55    
56    
# Line 113  $Res=ExecSql($cn,"select jrn_def_name,jr Line 114  $Res=ExecSql($cn,"select jrn_def_name,jr
114                   " jrn_def_id=".$_GET['p_jrn']);                   " jrn_def_id=".$_GET['p_jrn']);
115  $l_line=pg_fetch_array($Res,0);  $l_line=pg_fetch_array($Res,0);
116  $sessid = $_REQUEST['PHPSESSID'];  $sessid = $_REQUEST['PHPSESSID'];
117  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not')\">";  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."','not','".$_GET['p_jrn']."')\">";
118  echo '<DIV CLASS="ccontent">';  echo '<DIV CLASS="ccontent">';
119  echo '<H2 class="info"> Fiches </H2>';  echo '<H2 class="info"> Fiches </H2>';
120  echo '<FORM ACTION="jrn_detail.php" METHOD="POST">';  echo '<FORM ACTION="jrn_detail.php" METHOD="POST">';

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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