aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.4.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_2.4.0.php')
-rw-r--r--install/upgrade_2.4.0.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/upgrade_2.4.0.php b/install/upgrade_2.4.0.php
index 20f5d9c29..554f76185 100644
--- a/install/upgrade_2.4.0.php
+++ b/install/upgrade_2.4.0.php
@@ -2,7 +2,7 @@
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@@ -121,5 +121,5 @@ echo '</pre>';
ob_end_clean();
// now we upgrade from 2.5.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.5.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_2.5.0.php');
?>