diff options
Diffstat (limited to 'install/upgrade_2.2.0.php')
-rw-r--r-- | install/upgrade_2.2.0.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/upgrade_2.2.0.php b/install/upgrade_2.2.0.php index afb4cf8c5..039cbb4b3 100644 --- a/install/upgrade_2.2.0.php +++ b/install/upgrade_2.2.0.php @@ -113,6 +113,6 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade` echo '</pre>'; ob_end_clean(); -// now we upgrade from 2.2.0 -// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.2.0.php'); +// now we upgrade from 2.3.0 +include_once(PHPWG_ROOT_PATH.'install/upgrade_2.3.0.php'); ?> |