Skip to content
Snippets Groups Projects
Commit e2820cd0 authored by Peter Fricke's avatar Peter Fricke
Browse files

readded shortname

parent c15cc9f5
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ class block_hshcourselist extends block_base {
$params = array_merge($params, $keywordArray);
$where .= 'fullname ILIKE ?';
for ($i = 0; $i <= count($keywordArray)-2; $i++) {
$where .= ' AND fullname ILIKE ?';
$where .= ' AND fullname ILIKE ? OR shortname ILIKE ?';
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment