/[phpcompta]/phpcompta/html/admin/setup.php
ViewVC logotype

Diff of /phpcompta/html/admin/setup.php

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

revision 1.24 by sparkyx, Fri May 6 20:39:20 2005 UTC revision 1.25 by sparkyx, Fri May 6 21:23:15 2005 UTC
# Line 120  function ExecuteScript($p_cn,$script) { Line 120  function ExecuteScript($p_cn,$script) {
120      // cut the semi colon      // cut the semi colon
121      $buffer=str_replace (';','',$buffer);      $buffer=str_replace (';','',$buffer);
122      $sql.=$buffer;      $sql.=$buffer;
123      print "Execute $sql <hr>";      // print "Execute $sql <hr>";
124      ExecSql($p_cn,$sql);      ExecSql($p_cn,$sql);
125      $sql="";      $sql="";
126    } // while (feof)    } // while (feof)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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