[Vtigercrm-commits] [vtiger-commits] r4667 - /vtigercrm/trunk/modules/Reports/NewReport1.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:21:53 EST 2006


Author: saraj
Date: Wed Mar 29 04:21:48 2006
New Revision: 4667

Log:
Removed function trim() from Forms.php Ahmed

Modified:
    vtigercrm/trunk/modules/Reports/NewReport1.php

Modified: vtigercrm/trunk/modules/Reports/NewReport1.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/NewReport1.php (original)
+++ vtigercrm/trunk/modules/Reports/NewReport1.php Wed Mar 29 04:21:48 2006
@@ -119,17 +119,6 @@
         {
 	    document.location.href = "index.php?module=Reports&action=index";		
         }       
-	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 updateYAxisFields( colToTotalField, value, bool )
         {
         }





More information about the vtigercrm-commits mailing list