[Vtigercrm-commits] [vtiger-commits] r9685 - /vtigercrm/branches/5.0.2/install/2setConfig.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 25 05:25:39 EDT 2006


Author: richie
Date: Wed Oct 25 03:25:35 2006
New Revision: 9685

Log:
typo error fixed

Modified:
    vtigercrm/branches/5.0.2/install/2setConfig.php

Modified: vtigercrm/branches/5.0.2/install/2setConfig.php
==============================================================================
--- vtigercrm/branches/5.0.2/install/2setConfig.php (original)
+++ vtigercrm/branches/5.0.2/install/2setConfig.php Wed Oct 25 03:25:35 2006
@@ -155,7 +155,7 @@
 		!isset($_REQUEST['mail_server_username']) ? $mail_server_username = $mail_server_username : $mail_server_username = stripslashes($_REQUEST['mail_server_username']);
 		!isset($_REQUEST['mail_server_password']) ? $mail_server_password = $mail_server_password : $mail_server_password = stripslashes($_REQUEST['mail_server_password']);
 		!isset($_REQUEST['admin_email']) ? $admin_email = "" : $admin_email = $_REQUEST['admin_email'];
-		}
+	}
 		!isset($_REQUEST['check_createdb']) ? $check_createdb = "" : $check_createdb = $_REQUEST['check_createdb'];
 		!isset($_REQUEST['root_user']) ? $root_user = "" : $root_user = $_REQUEST['root_user'];
 		!isset($_REQUEST['root_password']) ? $root_password = "" : $root_password = $_REQUEST['root_password'];
@@ -367,7 +367,7 @@
                <td width="25%" nowrap bgcolor="#F5F5F5" ><strong>Database Type</strong> <sup><font color=red>*</font></sup></td>
                <td width="75%" bgcolor="white" align="left">
 		<?php if(!$db_options) : ?>
-			No Database Support Deteched
+			No Database Support Detected
 		<?php elseif(count($db_options) == 1) : ?>
 			<?php list($db_type, $label) = each($db_options); ?>
 			<input type="hidden" name="db_type" value="<?php echo $db_type ?>"><?php echo $label ?>





More information about the vtigercrm-commits mailing list