Changeset 6216 for temp/trunk/data
- Timestamp:
- 2006/10/13 10:09:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.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") {
Note: See TracChangeset
for help on using the changeset viewer.
