Take X-Forwarded-Host HTTP header in consideration when constructing
[squirrelmail.git] / 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) {