[Vtigercrm-commits] [vtiger-commits] r4674 - /vtigercrm/trunk/modules/Settings/CreateCurrencyInfo.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:41:25 EST 2006


Author: saraj
Date: Wed Mar 29 04:41:16 2006
New Revision: 4674

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/Settings/CreateCurrencyInfo.php

Modified: vtigercrm/trunk/modules/Settings/CreateCurrencyInfo.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CreateCurrencyInfo.php (original)
+++ vtigercrm/trunk/modules/Settings/CreateCurrencyInfo.php Wed Mar 29 04:41:16 2006
@@ -10,15 +10,11 @@
  ********************************************************************************/
 
 require_once('XTemplate/xtpl.php');
-global $mod_strings;
-global $app_strings;
-global $app_list_strings;
+global $mod_strings,$app_strings,$adb,$theme;
 
 echo get_module_title($mod_strings['LBL_MODULE_NAME'], $mod_strings['LBL_MODULE_NAME'].' : '.$mod_strings['LBL_CURRENCY_CONFIG'], true);
 echo '<br><br>';
 
-global $adb;
-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