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

Diff of /phpcompta/html/print_balance.php

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

revision 1.7 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.8 by sparkyx, Mon Mar 7 19:50:22 2005 UTC
# Line 38  include_once("class_balance.php"); Line 38  include_once("class_balance.php");
38  include_once("preference.php");  include_once("preference.php");
39    
40  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
41    $rep=DbConnect();
42    include ('class_user.php');
43    $User=new cl_user($rep);
44    $User->Check();
45    
46  $bal=new Balance($cn);  $bal=new Balance($cn);
47    if ( $User->CheckAction($cn,BALANCE) == 0)
48      {
49        NoAccess();
50        exit;
51      }
52  echo_debug(__FILE__,__LINE__,"imp pdf journaux");  echo_debug(__FILE__,__LINE__,"imp pdf journaux");
53  foreach ($HTTP_POST_VARS as $key=>$element) {  foreach ($HTTP_POST_VARS as $key=>$element) {
54    ${"$key"}=$element;    ${"$key"}=$element;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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