Changeset 11719 for branches


Ignore:
Timestamp:
2007/03/09 22:12:28 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11718 r11719  
    923923 
    924924    if(sfTabaleExists("dtb_customer", $dsn)) { 
    925         if (sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true)) { 
     925        if (sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn, true)) { 
    926926            $objQuery = new SC_Query($dsn); 
    927927            if ($objDBParam->getValue('db_type') == 'mysql') { 
Note: See TracChangeset for help on using the changeset viewer.