remove todo. multiple address books displayed in template
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 15 Aug 2006 17:09:53 +0000 (17:09 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 15 Aug 2006 17:09:53 +0000 (17:09 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11594 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addressbook.php

index 43ad69785acd183e18a27bdfc535a2cc6b487df7..efb02285e5b80ddad2e643446ecbde1fd644d99c 100644 (file)
@@ -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;