/[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.35 by sparkyx, Sun Oct 30 17:41:52 2005 UTC revision 1.36 by sparkyx, Sun Oct 30 19:42:52 2005 UTC
# Line 306  if ($account == 0 ) { Line 306  if ($account == 0 ) {
306    ExecuteScript($cn,'sql/mod1/schema.sql');    ExecuteScript($cn,'sql/mod1/schema.sql');
307    ExecuteScript($cn,'sql/mod1/data.sql');    ExecuteScript($cn,'sql/mod1/data.sql');
308    
309      echo "Creation of Modele2";
310      ExecSql($cn,"create database ".domaine."mod2 encoding='latin1'");
311      $cn=DbConnect(2,'mod');
312      ExecuteScript($cn,'sql/mod2/schema.sql');
313      ExecuteScript($cn,'sql/mod2/data.sql');
314    
315    
316   ob_end_clean();   ob_end_clean();
317    

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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