Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -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),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue