Changeset 5114 for temp/trunk/html


Ignore:
Timestamp:
2006/09/19 10:36:37 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/csv_sql.php

    r5113 r5114  
    146146// ɽ¼¨¤µ¤»¤ëÆâÍÆ¤òÊÔ½¸ 
    147147foreach ($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]; 
    149149} 
    150150foreach ($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]; 
    152152} 
    153153 
Note: See TracChangeset for help on using the changeset viewer.