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

Diff of /phpcompta/include/user_form_ven.php

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

revision 1.2 by sparkyx, Tue Oct 25 09:54:07 2005 UTC revision 1.3 by sparkyx, Thu Oct 27 13:09:42 2005 UTC
# Line 306  for ($o = 0;$o < $p_number; $o++) { Line 306  for ($o = 0;$o < $p_number; $o++) {
306    $p_ech=date('d.m.Y',mktime(0,0,0,$month,$day+$e_ech,$year));    $p_ech=date('d.m.Y',mktime(0,0,0,$month,$day+$e_ech,$year));
307    echo_debug(__FILE__,__LINE__,"p_ech = $e_ech $p_ech");    echo_debug(__FILE__,__LINE__,"p_ech = $e_ech $p_ech");
308    $e_ech=$p_ech;    $e_ech=$p_ech;
309    $data.=InputType("","HIDDEN","e_ech",$e_ech);    $wHidden=new widget("hidden");
310      $data.=$wHidden->IOValue("e_ech",$e_ech);
311   }   }
312    
313   // Check if the fiche is in the jrn   // Check if the fiche is in the jrn

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