Changeset 11709


Ignore:
Timestamp:
2007/03/09 21:33:20 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11647 r11709  
    921921    // ¸ÜµÒ 
    922922    sfColumnExists("dtb_customer", "mailmaga_flg", "int2", $dsn, true); 
     923    sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true); 
     924/*       
    923925    if (!sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn)) { 
    924926        sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true); 
     
    930932        } 
    931933    } 
    932  
     934*/ 
    933935    // ¸ÜµÒ¥á¡¼¥ë 
    934936    if ($objDBParam->getValue('db_type') == 'mysql') { 
Note: See TracChangeset for help on using the changeset viewer.