mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:49:06 +01:00
ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense
This commit is contained in:
parent
d53f0c91bf
commit
2e99a3fb20
@ -322,7 +322,7 @@ class addressbook_groupdav extends groupdav_handler
|
|||||||
|
|
||||||
$result = $this->bo->search(array(),'MAX(contact_modified) AS contact_modified','','','','','',$filter);
|
$result = $this->bo->search(array(),'MAX(contact_modified) AS contact_modified','','','','','',$filter);
|
||||||
|
|
||||||
return date('Y-m-d H:i:s',$result[0]['modified']);
|
return '"'.$result[0]['modified'].'"';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user