From: tokul Date: Mon, 15 May 2006 18:38:51 +0000 (+0000) Subject: documentation fix. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eee5aa69042d3947e08669e2d4384774c9f4ae6b;p=squirrelmail.git documentation fix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11144 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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) {