Changeset 6216 for temp/trunk
- Timestamp:
- 2006/10/13 10:09:03 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6211 r6216 22 22 function sfTabaleExists($table_name, $dsn = DEFAULT_DSN) { 23 23 $objQuery = new SC_Query($dsn); 24 $flg = false; 25 24 26 list($db_type) = split(":", $dsn); 25 26 27 // postgresql¤Èmysql¤È¤Ç½èÍý¤òʬ¤±¤ë 27 28 if ($db_type == "pgsql") { -
temp/trunk/html/install/index.php
r6215 r6216 429 429 430 430 // Ź̾¡¢´ÉÍý¼Ô¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¼èÆÀ¤¹¤ë¡£(ºÆ¥¤¥ó¥¹¥È¡¼¥ë»þ) 431 if( !defined('DEFAULT_DSN')) {431 if(defined('DEFAULT_DSN')) { 432 432 $ret = sfTabaleExists("dtb_baseinfo", DEFAULT_DSN); 433 433 if($ret) {
Note: See TracChangeset
for help on using the changeset viewer.
