aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.6.2.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_1.6.2.php')
-rw-r--r--install/upgrade_1.6.2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.6.2.php b/install/upgrade_1.6.2.php
index 9f4a72d5d..3117762ee 100644
--- a/install/upgrade_1.6.2.php
+++ b/install/upgrade_1.6.2.php
@@ -343,5 +343,5 @@ WHERE
pwg_query($query);
// now we upgrade from 1.7.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_1.7.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_1.7.0.php');
?>