/[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.15 by sparkyx, Sun Mar 6 15:15:56 2005 UTC revision 1.16 by stanpinte, Sun Mar 6 16:38:41 2005 UTC
# Line 98  if ( isset ($_GET['JRN_TYPE'] ) ) { Line 98  if ( isset ($_GET['JRN_TYPE'] ) ) {
98    echo_debug("Type is $jrn_type");    echo_debug("Type is $jrn_type");
99    echo_debug("Jrn_def_type = $jrn_type");    echo_debug("Jrn_def_type = $jrn_type");
100    
  $result=ShowJrn("user_jrn.php?JRN_TYPE=".$jrn_type);  
101   echo '<div class="u_subtmenu">';   echo '<div class="u_subtmenu">';
102   echo $result;   echo ShowJrn("user_jrn.php?JRN_TYPE=".$jrn_type);
103   ShowMenuJrnUser($_SESSION['g_dossier'],$jrn_type,$_SESSION['g_jrn']);   ShowMenuJrnUser($_SESSION['g_dossier'],$jrn_type,$_SESSION['g_jrn']);
104   echo '</div>';   echo '</div>';
105  }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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