forked from extern/egroupware
Fix for bug #1187688
This commit is contained in:
parent
5f05d9cae9
commit
c651776aca
@ -598,7 +598,6 @@
|
||||
{
|
||||
$GLOBALS['phpgw']->contenthistory->updateTimeStamp('contacts', $fields['ab_id'], 'modify', time());
|
||||
}
|
||||
|
||||
}
|
||||
if($this->xmlrpc && !$ok)
|
||||
{
|
||||
@ -787,6 +786,5 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
@ -304,6 +304,10 @@
|
||||
$GLOBALS['phpgw']->preferences->save_repository();
|
||||
}
|
||||
|
||||
/* global here so nextmatchs accepts our setting of $query and $filter - may be changed again below */
|
||||
$GLOBALS['query'] = $this->query;
|
||||
$GLOBALS['filter'] = $this->filter;
|
||||
|
||||
/* $qfields = $contacts->stock_contact_fields + $extrafields + $customfields; */
|
||||
/* create column list and the top row of the table based on user prefs */
|
||||
foreach($this->bo->stock_contact_fields as $column => $db_name)
|
||||
|
Loading…
Reference in New Issue
Block a user