program/lib/Roundcube/rcube_addressbook.php
@@ -168,7 +168,6 @@ * Set internal list page * * @param number Page number to list * @access public */ function set_page($page) { @@ -179,7 +178,6 @@ * Set internal page size * * @param number Number of messages to display on one page * @access public */ function set_pagesize($size) { @@ -208,6 +206,7 @@ * * @param array Assoziative array with data to save * @param boolean Attempt to fix/complete record automatically * * @return boolean True if input is valid, False if not. */ public function validate(&$save_data, $autofix = false)