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,6 +1,4 @@
<?php
// $Id: calendar_multiday.module,v 1.1.2.2 2010/12/31 16:25:43 karens Exp $
/**
* Implementation of hook_views_api().
*
@ -81,10 +79,10 @@ function calendar_multiday_theme() {
'calendar_month_col' => $base + array(
'template' => 'calendar-month-col',
'arguments' => array('item' => NULL),
),
),
'calendar_month_row' => $base + array(
'template' => 'calendar-month-row',
'arguments' => array('inner' => NULL, 'class' => NULL, 'iehint' => NULL),
),
),
);
}
}