From 6c0d3f4e166499b75c569206a401551d7ef82c03 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 21 May 2006 19:50:08 +0000 Subject: [PATCH] removed obsolete TODO --- lam/lib/lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 7dd7f8f9..805df07a 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -214,7 +214,7 @@ class lamList { } } } - if (sizeof($entries) == 0) StatusMessage("WARN", "", $this->labels['error_noneFound']); // TODO correct message + if (sizeof($entries) == 0) StatusMessage("WARN", $this->labels['error_noneFound']); return $entries; }