From 918d41ca70a7ca1fd59785c31fdf6e0bf39470e9 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 15 Nov 2016 16:31:55 +0100 Subject: reduce complexity of menu and hints --- includes/pages/admin_questions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages') diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php index 13614a66..f53cfab9 100644 --- a/includes/pages/admin_questions.php +++ b/includes/pages/admin_questions.php @@ -15,7 +15,7 @@ function admin_new_questions() { $new_messages = sql_num_query("SELECT * FROM `Questions` WHERE `AID` IS NULL"); if ($new_messages > 0) { - return info('' . _('There are unanswered questions!') . '', true); + return '' . _('There are unanswered questions!') . ''; } } } -- cgit v1.2.3-54-g00ecf