mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Only certain specific namespaces actually have database columns.
This commit is contained in:
parent
eadc73c6be
commit
115676613d
@ -1803,7 +1803,7 @@ EOQRY;
|
||||
break;
|
||||
|
||||
default:
|
||||
$property_value = $this->GetProperty(preg_replace('{^.*:}', '', $tag));
|
||||
$property_value = $this->GetProperty(preg_replace('{^(DAV:urn:ietf:params:xml:ns:ca(rd|l)dav):}', '', $tag));
|
||||
if ( isset($property_value) ) {
|
||||
$reply->NSElement($prop, $tag, $property_value );
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user