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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:03:17 EDT 2006


Author: richie
Date: Tue Apr 25 03:03:13 2006
New Revision: 5326

Log:
function added to support mass change owner in listviews

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 Tue Apr 25 03:03:13 2006
@@ -60,7 +60,7 @@
 $viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
 $groupid = $oCustomView->getGroupId($currentModule);
 //<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
 if(isset($_REQUEST['query']) && $_REQUEST['query'] == 'true')
 {
 	$where = getWhereCondition($currentModule);





More information about the vtigercrm-commits mailing list