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

Diff of /phpcompta/html/jrn_add.php

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

revision 1.13 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.14 by stanpinte, Sun Mar 6 14:52:13 2005 UTC
# Line 173  echo '</TR>'; Line 173  echo '</TR>';
173  ?>  ?>
174  <?  <?
175  // Get all the fiches  // Get all the fiches
176  echo '<tr> <td colspan="2"><H2 class="info"> Fiches (profile user)</H2></TD></TR>';  echo '<tr> <td colspan="2"><H2 class="info"> Fiches </H2></TD></TR>';
177  $Res=ExecSql($cn,"select fd_id,fd_label from fiche_def order by fd_label");  $Res=ExecSql($cn,"select fd_id,fd_label from fiche_def order by fd_label");
178  $num=pg_NumRows($Res);  $num=pg_NumRows($Res);
179    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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