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

Diff of /phpcompta/html/annulation.php

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

revision 1.23 by stanpinte, Mon Jul 4 17:58:50 2005 UTC revision 1.24 by sparkyx, Mon Jul 4 22:26:41 2005 UTC
# Line 39  if ( ! isset ( $_SESSION['g_dossier'] ) Line 39  if ( ! isset ( $_SESSION['g_dossier'] )
39    exit -2;    exit -2;
40  }  }
41    
42  if ( isset( $p_jrn )) {  if ( isset( $_GET['p_jrn'] )) {
43    $p_jrn=$p_jrn;    $p_jrn=$_GET['p_jrn'];
44    $_SESSION["p_jrn"]=$p_jrn;    }
   
 }  
45    
46   // Check privilege   // Check privilege
47   // CheckJrn verify that the user is not an admin   // CheckJrn verify that the user is not an admin

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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