/[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.1 by sparkyx, Wed Jun 22 20:32:24 2005 UTC revision 1.2 by sparkyx, Thu Jun 30 19:25:44 2005 UTC
# Line 49  echo       "\"Description\"\t,". Line 49  echo       "\"Description\"\t,".
49    
50    foreach ( $Form->row as $op ) {    foreach ( $Form->row as $op ) {
51        echo '"'.$op['desc'].'"'."\t,".        echo '"'.$op['desc'].'"'."\t,".
52          sprintf("%8.2f",$op['cmontant'])."\t".          sprintf("%8.2f",$op['montant'])."\t".
53          "\n";          "\n";
54            
55    }    }

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

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