diff options
author | alecpl <alec@alec.pl> | 2008-10-03 06:25:36 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-03 06:25:36 +0000 |
commit | b76275da65a7d1f9e6ff8c68fd5f6df30422fc78 (patch) | |
tree | bf492b3465edb8c936a133c211e0814ee89d992b /program/steps/mail | |
parent | 466d1dfb6871c97ae979221ff7935f1cf32660f3 (diff) |
- show notice instead of warning if search results contains no results (#1485437)
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc index 66fcf47a3..44f58b1e1 100644 --- a/program/steps/mail/search.inc +++ b/program/steps/mail/search.inc @@ -96,7 +96,7 @@ if (is_array($result) && $result[0] != '') } else { - $OUTPUT->show_message('searchnomatch', 'warning'); + $OUTPUT->show_message('searchnomatch', 'notice'); $search_request = -1; } |