[Svn-src-all:1428] [version-2_5-dev 20320] #793 (非推奨機能の削除) #476 の改修に伴う不要テーブル関係情報の削除

AMUAMU admin @ mail.ec-cube.net
2011年 2月 22日 (火) 11:01:30 JST


Subversion committed to /home/svn/open 20320
http://svn.ec-cube.net/open_trac/changeset/20320
┌────────────────────────────┐
│更新者 :  AMUAMU                                       │
│更新日時:  2011-02-22 11:01:30 +0900 (火, 22  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#793 (非推奨機能の削除) #476 の改修に伴う不要テーブル関係情報の削除

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/html/install/index.php

変更: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	2011-02-22 01:59:52 UTC (rev 20319)
+++ branches/version-2_5-dev/html/install/index.php	2011-02-22 02:01:30 UTC (rev 20320)
@@ -171,26 +171,6 @@
         }
     }
 
-    // カラムコメントの書込み
-    if(count($objPage->arrErr) == 0) {
-        $objPage->arrErr = lfExecuteSQL("./sql/column_comment.sql", $dsn);
-        if(count($objPage->arrErr) == 0) {
-            $objPage->tpl_message.="○:カラムコメントの書込みに成功しました。<br>";
-        } else {
-            $objPage->tpl_message.="×:カラムコメントの書込みに失敗しました。<br>";
-        }
-    }
-
-    // テーブルコメントの書込み
-    if(count($objPage->arrErr) == 0) {
-        $objPage->arrErr = lfExecuteSQL("./sql/table_comment.sql", $dsn);
-        if(count($objPage->arrErr) == 0) {
-            $objPage->tpl_message.="○:テーブルコメントの書込みに成功しました。<br>";
-        } else {
-            $objPage->tpl_message.="×:テーブルコメントの書込みに失敗しました。<br>";
-        }
-    }
-
     // シーケンスの作成
     if (count($objPage->arrErr) == 0) {
         $objPage->arrErr = lfCreateSequence(getSequences(), $dsn);
@@ -1048,7 +1028,6 @@
                  array("dtb_class_combination", "class_combination_id"),
                  array("dtb_review", "review_id"),
                  array("dtb_send_history", "send_id"),
-                 array("dtb_table_comment", "id"),
                  array("dtb_mailmaga_template", "template_id"));
 }
 




Svn-src-all メーリングリストの案内