- When contacts search returns no rows display message of type 'notice' instead of 'warning'

release-0.6
alecpl 14 years ago
parent f48a94cb50
commit 022bcd1132

@ -38,7 +38,7 @@ if ($result->count > 0)
}
else
{
$OUTPUT->show_message('nocontactsfound', 'warning');
$OUTPUT->show_message('nocontactsfound', 'notice');
$search_request = null;
}

Loading…
Cancel
Save