plugins/example_addressbook/example_addressbook_backend.php
@@ -44,7 +44,7 @@ $this->filter = null; } function list_groups($search = null) function list_groups($search = null, $mode = 0) { return array( array('ID' => 'testgroup1', 'name' => "Testgroup"), @@ -98,7 +98,7 @@ return false; } function rename_group($gid, $newname) function rename_group($gid, $newname, &$newid) { return $newname; }