Skip to content

Commit 3241cf7

Browse files
committed
Hide search bar see BT#10949
1 parent 98bd509 commit 3241cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/announcements/announcements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
$userIdToSearch = $filterData['user_id'];
171171
}
172172

173-
$searchFormToString = $searchForm->returnForm();
173+
//$searchFormToString = $searchForm->returnForm();
174174

175175
// jqgrid will use this URL to do the selects
176176
$url = api_get_path(WEB_AJAX_PATH).'model.ajax.php?a=get_course_announcements&'.api_get_cidreq().'&title_to_search='.$keyword.'&user_id_to_search='.$userIdToSearch;

0 commit comments

Comments
 (0)