[Vtigercrm-commits] [vtiger-commits] r4658 - /vtigercrm/trunk/modules/Settings/Forms.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:02:35 EST 2006
Author: saraj
Date: Wed Mar 29 04:02:31 2006
New Revision: 4658
Log:
Removed function trim() from Forms.php Ahmed
Modified:
vtigercrm/trunk/modules/Settings/Forms.php
Modified: vtigercrm/trunk/modules/Settings/Forms.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/Forms.php (original)
+++ vtigercrm/trunk/modules/Settings/Forms.php Wed Mar 29 04:02:31 2006
@@ -47,17 +47,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