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

Diff of /phpcompta/html/jrn_add.php

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

revision 1.16 by sparkyx, Mon Mar 7 19:50:22 2005 UTC revision 1.17 by sparkyx, Tue Mar 8 13:30:50 2005 UTC
# Line 38  ShowMenuCompta($_SESSION['g_dossier']); Line 38  ShowMenuCompta($_SESSION['g_dossier']);
38    
39    
40  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
41  if ($User->CheckAction($cn,GJRN)){  if ($User->CheckAction($cn,GJRN) == 0 ){
42    /* Cannot Access */    /* Cannot Access */
43    NoAccess();    NoAccess();
44    exit -1;                          exit -1;                      
45        
46   }   }
47    
 //echo '<SCRIPT LANGUAGE="javascript" SRC="win_search_poste.js"></SCRIPT>';  
48  echo JS_SEARCH_POSTE;  echo JS_SEARCH_POSTE;
49    
50  If ( isset ($_POST["JRN_ADD"]) ) {  If ( isset ($_POST["JRN_ADD"]) ) {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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