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

Diff of /phpcompta/html/central.php

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

revision 1.11 by sparkyx, Sun Mar 6 15:15:56 2005 UTC revision 1.12 by stanpinte, Sun Mar 6 17:10:56 2005 UTC
# Line 49  if ( $_SESSION['use_admin']==0 ) { Line 49  if ( $_SESSION['use_admin']==0 ) {
49  }  }
50  include_once("central_inc.php");  include_once("central_inc.php");
51    
52    echo '<div class="u_subtmenu">';
53    echo ShowMenuAdvanced();
54    echo '</div>';
55    
56  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
57    
58  echo '<DIV CLASS="ccontent">';  echo '<DIV CLASS="u_subtmenu">';
59  echo '<H2 CLASS="info"> Centralise </H2><BR>';  echo '<H2 CLASS="info"> Centralise </H2><BR>';
60  if ( isset ($_POST["central"] )) {  if ( isset ($_POST["central"] )) {
61    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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