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

Diff of /phpcompta/include/impress_rapport.php

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

revision 1.4 by sparkyx, Sat Aug 27 21:03:06 2005 UTC revision 1.5 by sparkyx, Sun Oct 30 21:17:50 2005 UTC
# Line 24  include_once("class_widget.php"); Line 24  include_once("class_widget.php");
24  // after in pdf or cvs  // after in pdf or cvs
25  ////////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////////
26  if ( isset( $_POST['bt_html'] ) ) {  if ( isset( $_POST['bt_html'] ) ) {
27  include("class_rapport.php");    include("class_rapport.php");
28    $Form=new rapport($cn,$_POST['form_id']);    $Form=new rapport($cn,$_POST['form_id']);
29    $Form->GetName();    $Form->GetName();
30    // step asked ?    // step asked ?
# Line 110  include("class_rapport.php"); Line 110  include("class_rapport.php");
110  ////////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////////
111  // Show the jrn and date  // Show the jrn and date
112  ////////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////////
 include_once('form_input.php');  
113  include_once("postgres.php");  include_once("postgres.php");
114  $ret=make_array($cn,"select fr_id,fr_label  $ret=make_array($cn,"select fr_id,fr_label
115                   from formdef                   from formdef

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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