summaryrefslogtreecommitdiff
path: root/plugins/example_addressbook
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-25 19:45:30 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-25 19:45:30 +0000
commit55eb121d2ff394128a3ee747618c36b3b0abe806 (patch)
tree1c15d59c03736e406048e9dec789266cb5bd662a /plugins/example_addressbook
parent7ba2c23d26f12bd53b39ce677c6c3de594cea0cb (diff)
Match the interface declaration
git-svn-id: https://svn.roundcube.net/trunk@4272 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/example_addressbook')
-rw-r--r--plugins/example_addressbook/example_addressbook_backend.php2
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();