Ignore:
Timestamp:
2011/02/22 11:01:30 (13 years ago)
Author:
AMUAMU
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/index.php

    r20306 r20320  
    169169        } else { 
    170170            $objPage->tpl_message.="×:初期データの作成に失敗しました。<br>"; 
    171         } 
    172     } 
    173  
    174     // カラムコメントの書込み 
    175     if(count($objPage->arrErr) == 0) { 
    176         $objPage->arrErr = lfExecuteSQL("./sql/column_comment.sql", $dsn); 
    177         if(count($objPage->arrErr) == 0) { 
    178             $objPage->tpl_message.="○:カラムコメントの書込みに成功しました。<br>"; 
    179         } else { 
    180             $objPage->tpl_message.="×:カラムコメントの書込みに失敗しました。<br>"; 
    181         } 
    182     } 
    183  
    184     // テーブルコメントの書込み 
    185     if(count($objPage->arrErr) == 0) { 
    186         $objPage->arrErr = lfExecuteSQL("./sql/table_comment.sql", $dsn); 
    187         if(count($objPage->arrErr) == 0) { 
    188             $objPage->tpl_message.="○:テーブルコメントの書込みに成功しました。<br>"; 
    189         } else { 
    190             $objPage->tpl_message.="×:テーブルコメントの書込みに失敗しました。<br>"; 
    191171        } 
    192172    } 
     
    10491029                 array("dtb_review", "review_id"), 
    10501030                 array("dtb_send_history", "send_id"), 
    1051                  array("dtb_table_comment", "id"), 
    10521031                 array("dtb_mailmaga_template", "template_id")); 
    10531032} 
Note: See TracChangeset for help on using the changeset viewer.