r77019 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77018‎ | r77019 | r77020 >
Date:13:45, 19 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r76986
Modified paths:
  • /trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php
@@ -88,7 +88,9 @@
8989 $result .= "X-WR-CALDESC:" . $this->m_description . "\r\n";
9090 }
9191
92 - //$result .= "BEGIN:VTIMEZONE\r\n";
 92+ // TODO: http://www.kanzaki.com/docs/ical/vtimezone.html
 93+ // $result .= "BEGIN:VTIMEZONE\r\n";
 94+ // $result .= "TZID:\r\n";
9395
9496 $row = $res->getNext();
9597 while ( $row !== false ) {
@@ -96,7 +98,7 @@
9799 $row = $res->getNext();
98100 }
99101
100 - //$result .= "END:VTIMEZONE\r\n";
 102+ // $result .= "END:VTIMEZONE\r\n";
101103
102104 $result .= "END:VCALENDAR\r\n";
103105

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76986Style improvementsjeroendedauw00:10, 19 November 2010

Status & tagging log