We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bd509 commit 3241cf7Copy full SHA for 3241cf7
main/announcements/announcements.php
@@ -170,7 +170,7 @@
170
$userIdToSearch = $filterData['user_id'];
171
}
172
173
- $searchFormToString = $searchForm->returnForm();
+ //$searchFormToString = $searchForm->returnForm();
174
175
// jqgrid will use this URL to do the selects
176
$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