[Vtigercrm-commits] [vtiger-commits] r4560 - /vtigercrm/trunk/modules/Vendors/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 02:17:49 EST 2006
Author: saraj
Date: Tue Mar 28 00:17:45 2006
New Revision: 4560
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/Vendors/DetailView.php
Modified: vtigercrm/trunk/modules/Vendors/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Vendors/DetailView.php (original)
+++ vtigercrm/trunk/modules/Vendors/DetailView.php Tue Mar 28 00:17:45 2006
@@ -10,7 +10,6 @@
********************************************************************************/
require_once('include/database/PearDatabase.php');
require_once('Smarty_setup.php');
-require_once('include/utils/utils.php');
require_once('modules/Vendors/Vendor.php');
require_once('include/utils/utils.php');
@@ -28,10 +27,8 @@
$focus->id = "";
}
-global $app_strings;
-global $mod_strings;
+global $app_strings,$mod_strings,$theme;
-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