Browse Source

documentation fix.

tokul 19 years ago
parent
commit
05d7753547
1 changed files with 3 additions and 2 deletions
  1. 3 2
      functions/abook_database.php

+ 3 - 2
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
      * @return bool
      */
      */
     function remove($alias) {
     function remove($alias) {