Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -1,5 +1,4 @@
<?php
// $Id: calendar-view-ical.tpl.php,v 1.1.2.5 2010/11/21 12:25:12 karens Exp $
/**
* $calname
* The name of the calendar.
@ -7,7 +6,7 @@
* The name of the site timezone.
* $events
* An array with the following information about each event:
*
*
* $event['uid'] - a unique id for the event (usually the url).
* $event['summary'] - the name of the event.
* $event['start'] - the formatted start date of the event.
@ -17,10 +16,10 @@
* $event['url'] - the url for the event.
* $event['location'] - the name of the event location.
* $event['description'] - a description of the event.
*
*
* Note that there are empty spaces after RRULE, URL, LOCATION, etc
* that are needed to make sure we get the required line break.
*
*
*/
?>