[Vtigercrm-commits] [vtiger-commits] r7705 - /vtigercrm/trunk/modules/Accounts/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 30 09:13:19 EDT 2006
Author: richie
Date: Fri Jun 30 07:13:14 2006
New Revision: 7705
Log:
unwanted function getGroupId removed
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 07:13:14 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