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

Diff of /phpcompta/html/jrn_update.php

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

revision 1.9 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.10 by sparkyx, Sun Mar 6 15:15:56 2005 UTC
# Line 34  $User->Check(); Line 34  $User->Check();
34    
35  include_once ("check_priv.php");  include_once ("check_priv.php");
36    
37  include_once ("top_menu_compta.php");  include_once ("user_menu.php");
38  ShowMenuCompta($_SESSION['g_dossier']);  ShowMenuCompta($_SESSION['g_dossier']);
39    
40  if ( $User->admin == 0 ) {  if ( $User->admin == 0 ) {
# Line 47  if ( $User->admin == 0 ) { Line 47  if ( $User->admin == 0 ) {
47    }    }
48  }  }
49    
50  ShowMenuJrn($_SESSION['g_dossier']);  MenuJrn($_SESSION['g_dossier']);
51    
52  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
53  echo '<DIV CLASS="ccontent">';  echo '<DIV CLASS="ccontent">';

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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