Aleksander Machniak
2016-04-21 f0fa9324d83ea1bd57f0b702e3b419f7194169cb
program/lib/Roundcube/rcube_addressbook.php
@@ -130,10 +130,10 @@
    /**
     * Get a specific contact record
     *
     * @param mixed record identifier(s)
     * @param mixed   Record identifier(s)
     * @param boolean True to return record as associative array, otherwise a result set is returned
     *
     * @return mixed Result object with all record fields or False if not found
     * @return rcube_result_set|array Result object with all record fields
     */
    abstract function get_record($id, $assoc=false);