[Vtigercrm-commits] [vtiger-commits] r10883 - /vtigercrm/branches/5.0.3/modules/Reports/Reports.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 12 10:55:41 EDT 2007


Author: richie
Date: Sat May 12 08:55:36 2007
New Revision: 10883

Log:
* Removed the unwanted else part, the control will get out of these functions even if we put return or remove the else part, Fixed #3810

Modified:
    vtigercrm/branches/5.0.3/modules/Reports/Reports.js

Modified: vtigercrm/branches/5.0.3/modules/Reports/Reports.js
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Reports/Reports.js (original)
+++ vtigercrm/branches/5.0.3/modules/Reports/Reports.js Sat May 12 08:55:36 2007
@@ -215,9 +215,6 @@
 				addColumnStep1();
 			}
 		}
-	}else
-	{
-		return false;
 	}
 }
 //this function is done for checking,whether the user has access to edit the field :Bharath
@@ -241,9 +238,6 @@
 				delColumn();
 			}
 		}
-	}else
-	{
-		exit();
 	}
 }
 





More information about the vtigercrm-commits mailing list