Changeset 11713


Ignore:
Timestamp:
2007/03/09 21:39:59 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r11712 r11713  
    922922    sfColumnExists("dtb_customer", "mailmaga_flg", "int2", $dsn, true); 
    923923         
    924     /* 
    925     if (!sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn)) { 
    926         sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true); 
     924    if (sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn, true)) { 
    927925        $objQuery = new SC_Query($dsn); 
    928926        if ($objDBParam->getValue('db_type') == 'mysql') { 
     
    932930        } 
    933931    } 
    934     */ 
    935932 
    936933    // ¸ÜµÒ¥á¡¼¥ë 
Note: See TracChangeset for help on using the changeset viewer.