Changeset 11718


Ignore:
Timestamp:
2007/03/09 22:07:24 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11717 r11718  
    923923 
    924924    if(sfTabaleExists("dtb_customer", $dsn)) { 
    925         if (sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn, true)) { 
     925        if (sfColumnExists("dtb_customer", "mobile_phone_id", "text", $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.