removed obsolete TODO

This commit is contained in:
Roland Gruber 2006-05-21 19:50:08 +00:00
parent fda2a57e05
commit 6c0d3f4e16
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}