mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Adjust comment wording for clarity.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
parent
b2f35df817
commit
d615da9c55
@ -826,7 +826,7 @@ function write_resource( $user_no, $path, $caldav_data, $collection_id, $author,
|
||||
|
||||
$dtstamp = $first->GetPValue('DTSTAMP');
|
||||
if ( !isset($dtstamp) || $dtstamp == '' ) {
|
||||
// Strictly, this is an out of spec component, but we'll try and cope
|
||||
// Strictly, we're dealing with an out of spec component here, but we'll try and survive
|
||||
$dtstamp = gmdate( 'Ymd\THis\Z' );
|
||||
}
|
||||
$calitem_params[':dtstamp'] = $dtstamp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user