Ignore:
Timestamp:
2006/09/18 16:33:22 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r5021 r5022  
    442442            fclose($fp); 
    443443        } 
    444          
     444 
    445445//      $dsn = "pgsql://".$db_user.":".$db_password."@".$db_server."/".$db_name; 
    446446        $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 
    447447 
    448448        $objDB = DB::connect($dsn); 
    449         $sql = "DROP TABLE dtb_kiyaku"; 
    450449        // Àܳ¥¨¥é¡¼ 
    451450        if(!PEAR::isError($objDB)) { 
Note: See TracChangeset for help on using the changeset viewer.