From eee5aa69042d3947e08669e2d4384774c9f4ae6b Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 15 May 2006 18:38:51 +0000 Subject: [PATCH] documentation fix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11144 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/abook_database.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/abook_database.php b/functions/abook_database.php index 03dae3a1..cd29624d 100644 --- a/functions/abook_database.php +++ b/functions/abook_database.php @@ -347,8 +347,9 @@ class abook_database extends addressbook_backend { } /** - * Delete address - * @param string $alias alias that has to be deleted + * Deletes address book entries + * @param array $alias aliases that have to be deleted. numerical + * array with nickname values * @return bool */ function remove($alias) { -- 2.25.1