Changeset 5112 for temp/trunk/html/admin
- Timestamp:
- 2006/09/19 10:34:52 (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
r5111 r5112 146 146 // ɽ¼¨¤µ¤»¤ëÆâÍÆ¤òÊÔ½¸ 147 147 foreach ($arrTableList as $key => $val) { 148 $arrTableList[ 'description'] = $arrTableList['table_name'] . ":" . $arrTableList['description'];148 $arrTableList[$key]['description'] = $arrTableList[$key]['table_name'] . ":" . $arrTableList[$key]['description']; 149 149 } 150 150 foreach ($arrColList as $key => $val) { 151 $arrColList[ 'description'] = $arrColList['column_name'] . ":" . $arrColList['description'];151 $arrColList[$key]['description'] = $arrColList[$key]['column_name'] . ":" . $arrColList[$key]['description']; 152 152 } 153 153
Note: See TracChangeset
for help on using the changeset viewer.
