From d615da9c55b48ed1e180d3fcce676b1e0f0224d1 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 28 Dec 2010 00:41:11 +1300 Subject: [PATCH] Adjust comment wording for clarity. Signed-off-by: Andrew McMillan --- inc/caldav-PUT-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-PUT-functions.php b/inc/caldav-PUT-functions.php index feed7c04..59743bed 100644 --- a/inc/caldav-PUT-functions.php +++ b/inc/caldav-PUT-functions.php @@ -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;