[Vtigercrm-commits] [vtiger-commits] r5328 - /vtigercrm/trunk/modules/Campaigns/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:04:08 EDT 2006
Author: richie
Date: Tue Apr 25 03:04:04 2006
New Revision: 5328
Log:
function added to support mass change owner in listviews
Modified:
vtigercrm/trunk/modules/Campaigns/ListView.php
Modified: vtigercrm/trunk/modules/Campaigns/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/ListView.php (original)
+++ vtigercrm/trunk/modules/Campaigns/ListView.php Tue Apr 25 03:04:04 2006
@@ -66,7 +66,7 @@
$viewid = $oCustomView->getViewId($currentModule);
$customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
$viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
//<<<<<customview>>>>>
$smarty = new vtigerCRM_Smarty;
More information about the vtigercrm-commits
mailing list