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

Diff of /phpcompta/html/annulation.php

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

revision 1.18 by stanpinte, Mon Mar 28 14:05:39 2005 UTC revision 1.19 by stanpinte, Mon Mar 28 14:07:39 2005 UTC
# Line 56  if ( isset( $p_jrn )) { Line 56  if ( isset( $p_jrn )) {
56    
57  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
58    
59  list ($l_array,$max_deb,$max_cred)=GetData($cn,$jrn_op);  list ($l_array,$max_deb,$max_cred)=GetData($cn,$_GET['jrn_op']);
60  foreach ($l_array as $key=>$element) {  foreach ($l_array as $key=>$element) {
61    ${"e_$key"}=$element;    ${"e_$key"}=$element;
62    echo_debug(__FILE__,__LINE__,"e_$key =$element");    echo_debug(__FILE__,__LINE__,"e_$key =$element");

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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