Changeset 5113 for temp/trunk
- Timestamp:
- 2006/09/19 10:35:59 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/contents/csv_sql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/contents/csv_sql.php
r5112 r5113 145 145 146 146 // ɽ¼¨¤µ¤»¤ëÆâÍÆ¤òÊÔ½¸ 147 foreach ($arrTableList as $key => $val) {148 $arrTableList[ $key]['description'] = $arrTableList[$key]['table_name'] . ":" . $arrTableList[$key]['description'];149 } 150 foreach ($arrColList as $key => $val) {147 foreach ($arrTableList['description'] as $key => $val) { 148 $arrTableList['description'][$key] = $arrTableList['table_name'][$key] . ":" . $arrTableList['description'][$key]; 149 } 150 foreach ($arrColList['description'] as $key => $val) { 151 151 $arrColList[$key]['description'] = $arrColList[$key]['column_name'] . ":" . $arrColList[$key]['description']; 152 152 }
Note: See TracChangeset
for help on using the changeset viewer.
