From 7b8adccfc5841ee99b0c78ff3028310e73543627 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 15 Aug 2006 17:09:53 +0000 Subject: [PATCH] remove todo. multiple address books displayed in template git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11594 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/addressbook.php b/src/addressbook.php index 43ad6978..efb02285 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -239,7 +239,6 @@ if (!empty($formerror)) { /* Display the address management part */ $addresses = array(); -// TODO: remove while. list_addr() should be called only for $current_backend while (list($k, $backend) = each ($abook->backends)) { $a = array(); $a['BackendID'] = $backend->bnum; -- 2.25.1