diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-25 19:45:30 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-25 19:45:30 +0000 |
| commit | 55eb121d2ff394128a3ee747618c36b3b0abe806 (patch) | |
| tree | 1c15d59c03736e406048e9dec789266cb5bd662a /plugins | |
| parent | 7ba2c23d26f12bd53b39ce677c6c3de594cea0cb (diff) | |
Match the interface declaration
git-svn-id: https://svn.roundcube.net/trunk@4272 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -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(); |
