mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Awl interface related changes
This commit is contained in:
parent
9df80fbde1
commit
08cc16074d
@ -157,7 +157,7 @@ class WritableCollection extends DAVResource {
|
||||
* So we're looking for 'VALUE=DATE', to identify the duration, effectively.
|
||||
*
|
||||
*/
|
||||
$value_type = $first->GetPParamValue('DTSTART','VALUE');
|
||||
$value_type = $first->GetProperty('DTSTART')->GetParameterValue('VALUE');
|
||||
dbg_error_log('PUT','DTSTART without DTEND. DTSTART value type is %s', $value_type );
|
||||
if ( isset($value_type) && $value_type == 'DATE' )
|
||||
$dtend = '(:dtstart::timestamp with time zone::date + \'1 day\'::interval)';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user