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

Diff of /phpcompta/include/jrn.php

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

revision 1.31 by sparkyx, Wed Sep 28 10:17:14 2005 UTC revision 1.32 by sparkyx, Mon Oct 10 09:13:19 2005 UTC
# Line 992  function GetDataJrnJrId ($p_cn,$p_jr_id) Line 992  function GetDataJrnJrId ($p_cn,$p_jr_id)
992                           jr_id=$p_jr_id                           jr_id=$p_jr_id
993                        order by j_debit desc");                        order by j_debit desc");
994    $MaxLine=pg_NumRows($Res);    $MaxLine=pg_NumRows($Res);
995      echo_debug(__FILE__,__LINE__,"Found $MaxLine lines");
996    if ( $MaxLine == 0 ) return null;    if ( $MaxLine == 0 ) return null;
997    
998    for ( $i=0; $i < $MaxLine; $i++) {    for ( $i=0; $i < $MaxLine; $i++) {

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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