mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
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());
|
$GLOBALS['phpgw']->contenthistory->updateTimeStamp('contacts', $fields['ab_id'], 'modify', time());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if($this->xmlrpc && !$ok)
|
if($this->xmlrpc && !$ok)
|
||||||
{
|
{
|
||||||
@ -787,6 +786,5 @@
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -304,6 +304,10 @@
|
|||||||
$GLOBALS['phpgw']->preferences->save_repository();
|
$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; */
|
/* $qfields = $contacts->stock_contact_fields + $extrafields + $customfields; */
|
||||||
/* create column list and the top row of the table based on user prefs */
|
/* create column list and the top row of the table based on user prefs */
|
||||||
foreach($this->bo->stock_contact_fields as $column => $db_name)
|
foreach($this->bo->stock_contact_fields as $column => $db_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user