Changeset 6989
- Timestamp:
- 2006/10/27 22:02:22 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
sql/drop_table.sql (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6988 r6989 175 175 $arrRet = $objDBParam->getHashArray(); 176 176 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 177 178 // Äɲåơ¼¥Ö¥ë¤¬¤¢¤ì¤Ðºï½ü¤¹¤ë¡£ 179 lfDropTable("dtb_module", $dsn); 180 lfDropTable("dtb_updatae", $dsn); 177 181 178 182 if ($arrRet['db_type'] == 'pgsql'){
Note: See TracChangeset
for help on using the changeset viewer.
