From 1942248e1d29a0c7fa5ce5d142d618636c6991dd Mon Sep 17 00:00:00 2001 From: jervfors Date: Tue, 29 Sep 2009 09:36:26 +0000 Subject: [PATCH] Clarifying a TODO. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13849 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.php b/src/search.php index 66feca38..98bc6869 100644 --- a/src/search.php +++ b/src/search.php @@ -1604,7 +1604,7 @@ if ($submit == $search_button_text) { */ if ($aMailbox['EXISTS'] > 0) { if ($iError) { - // TODO + // TODO: Implement an error handler in the search page. echo "ERROR occured, errorhandler will be implemented very soon"; } else { foreach ($aTemplate as $k => $v) { -- 2.25.1