Index: branches/dev/html/install/index.php
===================================================================
--- branches/dev/html/install/index.php	(revision 11717)
+++ branches/dev/html/install/index.php	(revision 11718)
@@ -923,5 +923,5 @@
 
 	if(sfTabaleExists("dtb_customer", $dsn)) {
-		if (sfColumnExists("dtb_customer", "mobile_phone_id", "", $dsn, true)) {
+		if (sfColumnExists("dtb_customer", "mobile_phone_id", "text", $dsn, true)) {
 			$objQuery = new SC_Query($dsn);
 			if ($objDBParam->getValue('db_type') == 'mysql') {
