documentation fix.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 May 2006 18:38:51 +0000 (18:38 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 May 2006 18:38:51 +0000 (18:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11144 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/abook_database.php

index 03dae3a106d92f08a4b2ee09bf8eb4658b6f7b84..cd29624de766652b3d8c0d061c8f87256e444df7 100644 (file)
@@ -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) {