Changeset 5112 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

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