/[phpcompta]/phpcompta/include/impress_form.php
ViewVC logotype

Diff of /phpcompta/include/impress_form.php

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

revision 1.2 by sparkyx, Wed Jun 22 20:28:07 2005 UTC revision 1.3 by sparkyx, Thu Jun 30 19:25:44 2005 UTC
# Line 95  include_once("postgres.php"); Line 95  include_once("postgres.php");
95  $ret=make_array($cn,"select fr_id,fr_label  $ret=make_array($cn,"select fr_id,fr_label
96                   from formdef                   from formdef
97                   order by fr_label");                   order by fr_label");
98    if ( sizeof($ret) == 0 ) {
99      echo "Aucun Formulaire";
100      return;
101     }
102  ////////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////////
103  // Form  // Form
104  ////////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////////

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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