[Vtigercrm-commits] [vtiger-commits] r7699 - /vtigercrm/trunk/modules/Accounts/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 30 06:01:05 EDT 2006


Author: richie
Date: Fri Jun 30 04:01:02 2006
New Revision: 7699

Log:
function call getGroupId removed as it is not used

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

Modified: vtigercrm/trunk/modules/Accounts/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/ListView.php (original)
+++ vtigercrm/trunk/modules/Accounts/ListView.php Fri Jun 30 04:01:02 2006
@@ -76,7 +76,6 @@
 $viewid = $oCustomView->getViewId($currentModule);
 $customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
 $viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
-$groupid = $oCustomView->getGroupId($currentModule);
 //<<<<<customview>>>>>
 $smarty->assign("CHANGE_OWNER",getUserslist());
 if(isset($_REQUEST['query']) && $_REQUEST['query'] == 'true')





More information about the vtigercrm-commits mailing list