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_ical.install,v 1.1.2.6 2010/02/28 14:23:48 karens Exp $
|
||||
|
||||
/**
|
||||
* Implementation of hook_install().
|
||||
*/
|
||||
|
@ -13,7 +11,7 @@ function calendar_ical_install() {
|
|||
*/
|
||||
function calendar_ical_uninstall() {
|
||||
$displays = array(
|
||||
'ical',
|
||||
'ical',
|
||||
);
|
||||
db_query("DELETE FROM {views_display} WHERE display_plugin IN ('". implode("','", $displays) ."')");
|
||||
db_query("DELETE FROM {cache_views}");
|
||||
|
@ -51,4 +49,4 @@ function calendar_ical_update_6000() {
|
|||
$ret[] = array('success' => TRUE, 'query' => 'Updated calendar ical displays to use new handlers and ids.');
|
||||
views_invalidate_cache();
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue