[Vtigercrm-commits] [vtiger-commits] r10717 - /vtigercrm/branches/5.0.3/modules/Calendar/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 18 03:37:07 EDT 2007


Author: richie
Date: Wed Apr 18 01:37:02 2007
New Revision: 10717

Log:
fix for Basic Search fields include the Close action. Fixes #3345 --minnie

Modified:
    vtigercrm/branches/5.0.3/modules/Calendar/ListView.php

Modified: vtigercrm/branches/5.0.3/modules/Calendar/ListView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/ListView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/ListView.php Wed Apr 18 01:37:02 2007
@@ -210,6 +210,7 @@
 $smarty->assign("LISTHEADER", $listview_header);
 
 $listview_header_search=getSearchListHeaderValues($focus,"Calendar",$url_string,$sorder,$order_by,"",$oCustomView);
+unset($listview_header_search["eventstatus"]);
 $smarty->assign("SEARCHLISTHEADER", $listview_header_search);
 
 $listview_entries = getListViewEntries($focus,"Calendar",$list_result,$navigation_array,"","","EditView","Delete",$oCustomView);





More information about the vtigercrm-commits mailing list