Fix "incompat. declaration" error - revert part of 27e57c7335
This commit is contained in:
parent
f4d6dda841
commit
f591f88699
1 changed files with 3 additions and 2 deletions
|
@ -245,11 +245,12 @@ class rcube_kolab_contacts extends rcube_addressbook
|
|||
/**
|
||||
* List the current set of contact records
|
||||
*
|
||||
* @param int Only return this number of records, use negative values for tail
|
||||
* @param array List of cols to show
|
||||
* @param int Only return this number of records, use negative values for tail
|
||||
*
|
||||
* @return array Indexed list of contact records, each a hash array
|
||||
*/
|
||||
public function list_records($subset = 0)
|
||||
public function list_records($cols = null, $subset = 0)
|
||||
{
|
||||
$this->result = new rcube_result_set(0, ($this->list_page-1) * $this->page_size);;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue