alecpl
2010-10-27 022bcd11320398b6652eacc5c264a87adc16af84
- When contacts search returns no rows display message of type 'notice' instead of 'warning'


1 files modified
2 ■■■ changed files
program/steps/addressbook/search.inc 2 ●●● patch | view | raw | blame | history
program/steps/addressbook/search.inc
@@ -38,7 +38,7 @@
}
else
{
  $OUTPUT->show_message('nocontactsfound', 'warning');
  $OUTPUT->show_message('nocontactsfound', 'notice');
  $search_request = null;
}