[Vtigercrm-commits] [vtiger-commits] r4661 - /vtigercrm/trunk/modules/Invoice/Forms.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:09:23 EST 2006
Author: saraj
Date: Wed Mar 29 04:09:19 2006
New Revision: 4661
Log:
Removed function trim() from Forms.php Ahmed
Modified:
vtigercrm/trunk/modules/Invoice/Forms.php
Modified: vtigercrm/trunk/modules/Invoice/Forms.php
==============================================================================
--- vtigercrm/trunk/modules/Invoice/Forms.php (original)
+++ vtigercrm/trunk/modules/Invoice/Forms.php Wed Mar 29 04:09:19 2006
@@ -127,17 +127,6 @@
return true
}
-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;
var errorMessage = "";
More information about the vtigercrm-commits
mailing list