[Vtigercrm-commits] [vtiger-commits] r4672 - /vtigercrm/trunk/modules/Settings/CurrencyInfo.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:39:48 EST 2006
Author: saraj
Date: Wed Mar 29 04:39:40 2006
New Revision: 4672
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/Settings/CurrencyInfo.php
Modified: vtigercrm/trunk/modules/Settings/CurrencyInfo.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CurrencyInfo.php (original)
+++ vtigercrm/trunk/modules/Settings/CurrencyInfo.php Wed Mar 29 04:39:40 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