[Vtigercrm-commits] [vtiger-commits] r4634 - /vtigercrm/trunk/modules/PriceBooks/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 02:43:52 EST 2006


Author: saraj
Date: Wed Mar 29 00:43:45 2006
New Revision: 4634

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/PriceBooks/DetailView.php

Modified: vtigercrm/trunk/modules/PriceBooks/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/DetailView.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/DetailView.php Wed Mar 29 00:43: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/PriceBooks/PriceBook.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