Changeset 5105 for temp/trunk/html
- Timestamp:
- 2006/09/19 09:30:16 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5104 r5105 461 461 $dsn = $db_type."://".$db_user.":".$db_password."@".$db_server.$port."/".$db_name; 462 462 463 sfprintr($dsn);464 465 463 $objDB = DB::connect($dsn); 466 464 // Àܳ¥¨¥é¡¼ … … 471 469 foreach($sql_split as $key => $val){ 472 470 if ($val != "") { 471 sfprintr($val); 473 472 $ret = $objDB->query($val); 474 473 if(PEAR::isError($ret) and $disp_err) {
Note: See TracChangeset
for help on using the changeset viewer.
