[Vtigercrm-commits] [vtiger-commits] r6148 - /vtigercrm/trunk/modules/Users/Forms.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 18 05:21:05 EDT 2006


Author: saraj
Date: Thu May 18 03:21:02 2006
New Revision: 6148

Log:
Called function check_duplicate while creating new user name - ahmed

Modified:
    vtigercrm/trunk/modules/Users/Forms.php

Modified: vtigercrm/trunk/modules/Users/Forms.php
==============================================================================
--- vtigercrm/trunk/modules/Users/Forms.php (original)
+++ vtigercrm/trunk/modules/Users/Forms.php Thu May 18 03:21:02 2006
@@ -86,7 +86,7 @@
 	        alert("The password does't match");
 	        return false;
 	}
-	return true;
+	check_duplicate();
 }
 
 // end hiding contents from old browsers  -->





More information about the vtigercrm-commits mailing list