Aleksander Machniak
2015-08-07 1b39d9a6c744a393e7930c2493cc2ddc9c9e95bf
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;
  }