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

Diff of /phpcompta/include/central_inc.php

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

revision 1.10 by sparkyx, Tue Mar 1 21:25:59 2005 UTC revision 1.11 by sparkyx, Wed Jul 27 14:42:51 2005 UTC
# Line 68  $sql="insert into centralized( c_j_id, Line 68  $sql="insert into centralized( c_j_id,
68   if ($Res==false) { rollback($p_cn); EndSql($p_cn); return ERROR;}   if ($Res==false) { rollback($p_cn); EndSql($p_cn); return ERROR;}
69  // Set correctly the number of operation id (jr_opid) for each journal  // Set correctly the number of operation id (jr_opid) for each journal
70  // get the existing jrn_def_id  // get the existing jrn_def_id
71    //--
72   $Res = ExecSql($p_cn,"select jrn_def_id from jrn_def");   $Res = ExecSql($p_cn,"select jrn_def_id from jrn_def");
73   $MaxJrn=pg_NumRows($Res);   $MaxJrn=pg_NumRows($Res);
74   // for each jrn_def_id   // for each jrn_def_id

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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