mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
missing string identifier
This commit is contained in:
parent
2c4732fe28
commit
47afabd5b1
@ -594,7 +594,7 @@
|
||||
$fields = $this->xmlrpc2data($fields);
|
||||
}
|
||||
$ok = $this->so->update_entry($fields);
|
||||
if(ok)
|
||||
if($ok)
|
||||
{
|
||||
$GLOBALS['phpgw']->contenthistory->updateTimeStamp('contacts', $fields['ab_id'], 'modify', time());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user