Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id: watcher.install,v 1.1.2.1.2.11 2009/07/13 12:19:32 solipsist Exp $
|
||||
/**
|
||||
* @file
|
||||
* Watcher module installer.
|
||||
|
@ -87,7 +86,7 @@ function watcher_update_6002() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
@ -245,6 +244,6 @@ function watcher_schema() {
|
|||
),
|
||||
'primary key' => array('uid'),
|
||||
);
|
||||
|
||||
|
||||
return $schema;
|
||||
}
|
||||
|
|
Reference in a new issue