[Vtigercrm-commits] [vtiger-commits] r4500 - /vtigercrm/trunk/modules/PriceBooks/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 23:50:59 EST 2006


Author: saraj
Date: Mon Mar 27 21:50:55 2006
New Revision: 4500

Log:
junk code has been removed

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

Modified: vtigercrm/trunk/modules/PriceBooks/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/ListView.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/ListView.php Mon Mar 27 21:50:55 2006
@@ -14,13 +14,8 @@
 require_once('include/utils/utils.php');
 require_once('modules/CustomView/CustomView.php');
 
-global $app_strings;
-global $mod_strings;
+global $app_strings,$mod_strings,$list_max_entries_per_page,$currentModule,$theme;
 
-global $list_max_entries_per_page;
-global $currentModule;
-
-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