diff options
Diffstat (limited to 'plugins/example_addressbook/example_addressbook_backend.php')
| -rw-r--r-- | plugins/example_addressbook/example_addressbook_backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/example_addressbook/example_addressbook_backend.php b/plugins/example_addressbook/example_addressbook_backend.php index 23d725406..5f4e0f45c 100644 --- a/plugins/example_addressbook/example_addressbook_backend.php +++ b/plugins/example_addressbook/example_addressbook_backend.php @@ -53,7 +53,7 @@ class example_addressbook_backend extends rcube_addressbook return $this->result; } - public function search($fields, $value, $strict=false, $select=true) + public function search($fields, $value, $strict=false, $select=true, $nocount=false, $required=array()) { // no search implemented, just list all records return $this->list_records(); |
