Changeset 5113 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r5112 r5113  
    145145 
    146146// ɽ¼¨¤µ¤»¤ëÆâÍÆ¤òÊÔ½¸ 
    147 foreach ($arrTableList as $key => $val) { 
    148     $arrTableList[$key]['description'] = $arrTableList[$key]['table_name'] . ":" . $arrTableList[$key]['description']; 
    149 } 
    150 foreach ($arrColList as $key => $val) { 
     147foreach ($arrTableList['description'] as $key => $val) { 
     148    $arrTableList['description'][$key] = $arrTableList['table_name'][$key] . ":" . $arrTableList['description'][$key]; 
     149} 
     150foreach ($arrColList['description'] as $key => $val) { 
    151151    $arrColList[$key]['description'] = $arrColList[$key]['column_name'] . ":" . $arrColList[$key]['description']; 
    152152} 
Note: See TracChangeset for help on using the changeset viewer.