szollosil hace 1 año
padre
commit
38dd970e7a
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      comm/action/list.php

+ 4 - 1
comm/action/list.php

@@ -231,6 +231,9 @@ if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x'
 	$usergroup = '';
 	$toselect = array();
 	$search_array_options = array();
+	$eventdetails = '';
+	$eventproduct = '';
+	$eventlocation = '';
 }
 
 if (empty($reshook) && !empty($massaction)) {
@@ -619,7 +622,7 @@ $arrayofselected = is_array($toselect) ? $toselect : array();
 
 // Local calendar
 $newtitle = '<div class="nowrap clear inline-block minheight30 margintoponly">';
-$newtitle .= '<input type="checkbox" id="check_mytasks" name="check_mytasks" checked disabled> '.$langs->trans("LocalAgenda").' &nbsp; ';
+//$newtitle .= '<input type="checkbox" id="check_mytasks" name="check_mytasks" checked disabled> '.$langs->trans("LocalAgenda").' &nbsp; ';
 $newtitle .= '</div>';
 //$newtitle=$langs->trans($title);