[Vtigercrm-commits] [vtiger-commits] r4657 - /vtigercrm/trunk/modules/Users/Forms.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:01:26 EST 2006
Author: saraj
Date: Wed Mar 29 04:01:22 2006
New Revision: 4657
Log:
Removed function trim() from Forms.php 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 Wed Mar 29 04:01:22 2006
@@ -44,17 +44,6 @@
<script type="text/javascript" language="Javascript">
<!-- to hide script contents from old browsers
-
-function trim(s) {
- while (s.substring(0,1) == " ") {
- s = s.substring(1, s.length);
- }
- while (s.substring(s.length-1, s.length) == ' ') {
- s = s.substring(0,s.length-1);
- }
-
- return s;
-}
function verify_data(form) {
var isError = false;
More information about the vtigercrm-commits
mailing list