Adjust comment wording for clarity.

Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
Andrew McMillan 2010-12-28 00:41:11 +13:00
parent b2f35df817
commit d615da9c55

View File

@ -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;