Changeset 5774 for temp/trunk/html
- Timestamp:
- 2006/09/25 17:15:49 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5773 r5774 157 157 // ¼«Æ°ºÎÈÖ·¿¤Î¹½À®¤ò¼èÆÀ¤¹¤ë 158 158 $csv_autoinc .= lfGetAutoIncrement($val); 159 160 //sfprintr($csv_autoinc);161 159 162 160 // Á´¥Ç¡¼¥¿¤ò¼èÆÀ … … 300 298 WHERE (c.relname=?) AND (c.oid=a.attrelid) AND (a.atttypid=t.oid) AND a.attnum > 0 301 299 ORDER BY fldnum"; 302 $arrRet = $objQuery->getAll($sql, array($table_name)); 303 } 304 300 }else if(DB_TYPE == "mysql"){ 301 $sql = "SHOW COLUMNS FROM ?"; 302 } 303 304 $arrRet = $objQuery->getAll($sql, array($table_name)); 305 305 return sfSwapArray($arrRet); 306 306 }
Note: See TracChangeset
for help on using the changeset viewer.
