[Vtigercrm-commits] [vtiger-commits] r5330 - /vtigercrm/trunk/modules/Potentials/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:05:15 EDT 2006
Author: richie
Date: Tue Apr 25 03:05:11 2006
New Revision: 5330
Log:
function added to support mass change owner in listviews
Modified:
vtigercrm/trunk/modules/Potentials/ListView.php
Modified: vtigercrm/trunk/modules/Potentials/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Potentials/ListView.php (original)
+++ vtigercrm/trunk/modules/Potentials/ListView.php Tue Apr 25 03:05:11 2006
@@ -96,7 +96,7 @@
$customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
$viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
//<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
if(isPermitted('Potentials',2,'') == 'yes')
{
More information about the vtigercrm-commits
mailing list