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

Diff of /phpcompta/html/user_jrn.php

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

revision 1.16 by stanpinte, Sun Mar 6 16:38:41 2005 UTC revision 1.17 by sparkyx, Sun Mar 6 18:30:10 2005 UTC
# Line 23  include_once("user_menu.php"); Line 23  include_once("user_menu.php");
23  include_once ("constant.php");  include_once ("constant.php");
24  include_once ("postgres.php");  include_once ("postgres.php");
25  include_once ("check_priv.php");  include_once ("check_priv.php");
26    include_once ("class_widget.php");
27    
28  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
29  include ('class_user.php');  include ('class_user.php');
# Line 118  if ( $_SESSION['g_jrn'] != -1 ) { Line 119  if ( $_SESSION['g_jrn'] != -1 ) {
119     //   echo $result;     //   echo $result;
120     echo $menu_jrn;     echo $menu_jrn;
121     //   echo '</DIV>';     //   echo '</DIV>';
122       $g_dossier=$_SESSION['g_dossier'];
123       $g_user=$_SESSION['g_user'];
124    // Execute Action for g_jrn    // Execute Action for g_jrn
125    
126    if ( $jrn_type=='VEN' )     include('user_action_ven.php');    if ( $jrn_type=='VEN' )     include('user_action_ven.php');

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