[Vtigercrm-commits] [vtiger-commits] r5335 - /vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:41:22 EDT 2006
Author: richie
Date: Tue Apr 25 03:41:17 2006
New Revision: 5335
Log:
server password field data check implemented.
Fixes #219
Modified:
vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl Tue Apr 25 03:41:17 2006
@@ -117,6 +117,7 @@
function validate() {
if (!emptyCheck("server","ftp Server Name","text")) return false
if (!emptyCheck("server_username","ftp User Name","text")) return false
+ if (!emptyCheck("server_password","ftp Password","text")) return false
return true;
}
More information about the vtigercrm-commits
mailing list