[Vtigercrm-commits] [vtiger-commits] r5327 - /vtigercrm/trunk/modules/Activities/ListView.php

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


Author: richie
Date: Tue Apr 25 03:03:39 2006
New Revision: 5327

Log:
function added to support mass change owner in listviews

Modified:
    vtigercrm/trunk/modules/Activities/ListView.php

Modified: vtigercrm/trunk/modules/Activities/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Activities/ListView.php (original)
+++ vtigercrm/trunk/modules/Activities/ListView.php Tue Apr 25 03:03:39 2006
@@ -57,7 +57,7 @@
 $customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
 $viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
 //<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
 $where = "";
 
 $url_string = ''; // assigning http url string





More information about the vtigercrm-commits mailing list