[Vtigercrm-commits] [vtiger-commits] r4649 - /vtigercrm/trunk/modules/Campaigns/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 04:20:29 EST 2006


Author: saraj
Date: Wed Mar 29 02:20:23 2006
New Revision: 4649

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/Campaigns/EditView.php

Modified: vtigercrm/trunk/modules/Campaigns/EditView.php
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/EditView.php (original)
+++ vtigercrm/trunk/modules/Campaigns/EditView.php Wed Mar 29 02:20:23 2006
@@ -14,11 +14,7 @@
 require_once('modules/Campaigns/Campaign.php');
 require_once('include/FormValidationUtil.php');
 
-global $app_strings;
-global $app_list_strings;
-global $mod_strings;
-global $current_user;
-global $currentModule;
+global $app_strings,$mod_strings,$currentModule,$theme;
 
 $focus = new Campaign();
 $smarty = new vtigerCRM_Smarty();
@@ -36,7 +32,6 @@
     	$focus->mode = ''; 	
 } 
 
-global $theme;
 $theme_path="themes/".$theme."/";
 $image_path=$theme_path."images/";
 require_once($theme_path.'layout_utils.php');





More information about the vtigercrm-commits mailing list