diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-02-24 05:54:19 +0000 | 
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-02-24 05:54:19 +0000 | 
| commit | e0319573542293c661c263de30547eeb9c2b7ede (patch) | |
| tree | 19383ba068aacd48b3587be144aff3dd2da11c92 /modules/local_import/helpers/local_import_installer.php | |
| parent | 41600a982f566cf47c240fd5c4b46096983d2b7e (diff) | |
File structure style fixes
Diffstat (limited to 'modules/local_import/helpers/local_import_installer.php')
| -rw-r--r-- | modules/local_import/helpers/local_import_installer.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/local_import/helpers/local_import_installer.php b/modules/local_import/helpers/local_import_installer.php index 0af35669..ea9b5d93 100644 --- a/modules/local_import/helpers/local_import_installer.php +++ b/modules/local_import/helpers/local_import_installer.php @@ -18,7 +18,7 @@   * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.   */  class local_import_installer { -  public static function install() { +  static function install() {      $db = Database::instance();      $version = module::get_version("local_import");      if ($version == 0) { @@ -31,7 +31,7 @@ class local_import_installer {      }    } -  public static function uninstall() { +  static function uninstall() {      access::delete_permission("local_import");      $module = module::get("local_import");  | 
