Browse Source

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

release-0.6
alecpl 15 years ago
parent
commit
022bcd1132
  1. 2
      program/steps/addressbook/search.inc

2
program/steps/addressbook/search.inc

@ -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