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

Diff of /phpcompta/html/form_csv.php

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

revision 1.5 by sparkyx, Sat Aug 27 20:54:15 2005 UTC revision 1.6 by sparkyx, Sat Aug 27 21:03:06 2005 UTC
# Line 64  if ( $_POST['p_step'] == 0 ) Line 64  if ( $_POST['p_step'] == 0 )
64       //---       //---
65       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'])
66         {         {
67           $array[]=$Form->GetRow($e,$e);          $periode=getPeriodeName($cn,$e);
68           $periode_name[]=getPeriodeName($cn,$e);          if ( $periode == null ) continue;
69            $array[]=$Form->GetRow($e,$e);
70            $periode_name[]=$periode;
71         }         }
72       // Display column heading       // Display column heading
73       //--       //--

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

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