From b76275da65a7d1f9e6ff8c68fd5f6df30422fc78 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 03 Oct 2008 02:25:36 -0400
Subject: [PATCH] - show notice instead of warning if search results contains no results (#1485437)
---
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 66fcf47..44f58b1 100644
--- a/program/steps/mail/search.inc
+++ b/program/steps/mail/search.inc
@@ -96,7 +96,7 @@
}
else
{
- $OUTPUT->show_message('searchnomatch', 'warning');
+ $OUTPUT->show_message('searchnomatch', 'notice');
$search_request = -1;
}
--
Gitblit v1.9.1