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