[Vtigercrm-commits] [vtiger-commits] r5325 - /vtigercrm/trunk/modules/Contacts/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:02:29 EDT 2006
Author: richie
Date: Tue Apr 25 03:02:25 2006
New Revision: 5325
Log:
function added to support mass change owner in listviews
Modified:
vtigercrm/trunk/modules/Contacts/ListView.php
Modified: vtigercrm/trunk/modules/Contacts/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/ListView.php (original)
+++ vtigercrm/trunk/modules/Contacts/ListView.php Tue Apr 25 03:02:25 2006
@@ -91,7 +91,7 @@
$customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
$viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
//<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
// Buttons and View options
if($viewid != 0)
{
More information about the vtigercrm-commits
mailing list