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

Diff of /phpcompta/html/bal_csv.php

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

revision 1.3 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.4 by sparkyx, Mon Mar 7 19:50:22 2005 UTC
# Line 29  $cn=DbConnect($_SESSION['g_dossier']); Line 29  $cn=DbConnect($_SESSION['g_dossier']);
29    
30    
31  include ('class_user.php');  include ('class_user.php');
32  $User=new cl_user($cn);  $User=new cl_user(DbConnect());
33  $User->Check();  $User->Check();
34    if ( $User->CheckAction($cn,BALANCE) == 0)
35      {
36        NoAccess();
37        exit;
38      }
39  $bal=new Balance($cn);  $bal=new Balance($cn);
40        
41  $t_cent="";  $t_cent="";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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