Index: /temp/trunk/html/admin/contents/csv_sql.php
===================================================================
--- /temp/trunk/html/admin/contents/csv_sql.php	(revision 5112)
+++ /temp/trunk/html/admin/contents/csv_sql.php	(revision 5113)
@@ -145,8 +145,8 @@
 
 // É½¼¨¤µ¤»¤ëÆâÍÆ¤òÊÔ½¸
-foreach ($arrTableList as $key => $val) {
-	$arrTableList[$key]['description'] = $arrTableList[$key]['table_name'] . ":" . $arrTableList[$key]['description'];
-}
-foreach ($arrColList as $key => $val) {
+foreach ($arrTableList['description'] as $key => $val) {
+	$arrTableList['description'][$key] = $arrTableList['table_name'][$key] . ":" . $arrTableList['description'][$key];
+}
+foreach ($arrColList['description'] as $key => $val) {
 	$arrColList[$key]['description'] = $arrColList[$key]['column_name'] . ":" . $arrColList[$key]['description'];
 }
