- show notice instead of warning if search results contains no results (#1485437)

release-0.6
alecpl 16 years ago
parent 466d1dfb68
commit b76275da65

@ -96,7 +96,7 @@ if (is_array($result) && $result[0] != '')
}
else
{
$OUTPUT->show_message('searchnomatch', 'warning');
$OUTPUT->show_message('searchnomatch', 'notice');
$search_request = -1;
}

Loading…
Cancel
Save