Ignore:
Timestamp:
2007/03/09 21:34:36 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11709 r11710  
    922922    sfColumnExists("dtb_customer", "mailmaga_flg", "int2", $dsn, true); 
    923923    sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true); 
    924 /*       
     924         
    925925    if (!sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn)) { 
    926926        sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true); 
     
    932932        } 
    933933    } 
    934 */ 
     934 
    935935    // ¸ÜµÒ¥á¡¼¥ë 
    936936    if ($objDBParam->getValue('db_type') == 'mysql') { 
Note: See TracChangeset for help on using the changeset viewer.