szollosil пре 1 година
родитељ
комит
38dd970e7a
1 измењених фајлова са 4 додато и 1 уклоњено
  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);