Changeset 8864
- Timestamp:
- 2006/11/23 21:56:49 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/design/main_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r8863 r8864 118 118 } 119 119 }else if ($db_type == "mysql") { 120 //$sql = "SHOW COLUMNS FROM $table_name WHERE Field = ?";121 120 $sql = "SHOW COLUMNS FROM $table_name"; 122 121 $arrRet = $objQuery->getAll($sql); -
temp/trunk/html/admin/design/main_edit.php
r6199 r8864 72 72 // ¥Ç¥£¥ì¥¯¥È¥ê¤ò²èÌÌɽ¼¨ÍѤËÊÔ½¸ 73 73 $arrPageData[0]['directory'] = str_replace( USER_DIR,'', $arrPageData[0]['php_dir']); 74 75 sfprintr($arrPageData); 74 76 75 77 $objPage->arrPageData = $arrPageData[0];
Note: See TracChangeset
for help on using the changeset viewer.
