summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info/helpers/info_installer.php')
-rw-r--r--modules/info/helpers/info_installer.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/info/helpers/info_installer.php b/modules/info/helpers/info_installer.php
index 61819b4a..43c216dc 100644
--- a/modules/info/helpers/info_installer.php
+++ b/modules/info/helpers/info_installer.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2012 Bharat Mediratta
+ * Copyright (C) 2000-2013 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,7 +25,6 @@ class info_installer {
module::set_var("info", "show_owner", 1);
module::set_var("info", "show_name", 1);
module::set_var("info", "show_captured", 1);
- module::set_version("info", 2);
}
static function upgrade($version) {