Browse Source

Clarifying a TODO.

Fredrik Jervfors 16 years ago
parent
commit
66daa1259b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/search.php

+ 1 - 1
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) {