Changeset 12005


Ignore:
Timestamp:
2007/03/29 11:36:01 (17 years ago)
Author:
inoue
Message:

トラックバックテーブル(インストール時)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/index.php

    r11916 r12005  
    110110    // ¥Æ¡¼¥Ö¥ë¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤ËÄɲ䵤ì¤ë¡£ 
    111111    $objPage->arrErr = lfAddTable("dtb_mobile_ext_session_id", $dsn);   // ¥»¥Ã¥·¥ç¥óID´ÉÍý¥Æ¡¼¥Ö¥ë 
     112    // ¥Æ¡¼¥Ö¥ë¤¬Â¸ºß¤·¤Ê¤¤¾ì¹ç¤ËÄɲ䵤ì¤ë¡£ 
     113    $objPage->arrErr = lfAddTable("dtb_trackback", $dsn);   // ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯´ÉÍý¥Æ¡¼¥Ö¥ë 
     114     
    112115     
    113116    // ¥«¥é¥à¤òÄɲà
     
    204207    lfDropTable("dtb_mobile_ext_session_id", $dsn); 
    205208    lfDropTable("dtb_mobile_kara_mail", $dsn); 
     209    lfDropTable("dtb_trackback", $dsn); 
    206210             
    207211    if ($arrRet['db_type'] == 'pgsql'){ 
Note: See TracChangeset for help on using the changeset viewer.