/[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.3 by sparkyx, Wed Jul 27 16:32:22 2005 UTC revision 1.4 by sparkyx, Sat Aug 27 21:03:06 2005 UTC
# Line 38  include("class_rapport.php"); Line 38  include("class_rapport.php");
38      //--      //--
39      for ($e=$_POST['from_periode'];$e<=$_POST['to_periode'];$e+=$_POST['p_step'])      for ($e=$_POST['from_periode'];$e<=$_POST['to_periode'];$e+=$_POST['p_step'])
40        {        {
41    
42            $periode=getPeriodeName($cn,$e);
43            if ( $periode == null ) continue;
44          $array[]=$Form->GetRow($e,$e);          $array[]=$Form->GetRow($e,$e);
45          $periode_name[]=getPeriodeName($cn,$e);          $periode_name[]=$periode;
46        }        }
47    }    }
48    

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

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