aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.3.0.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-06-19 20:42:35 +0000
committerplegall <plg@piwigo.org>2012-06-19 20:42:35 +0000
commitb9ea235bd39238686a53112cbc9c261da2bfc452 (patch)
treed6b3803ad9a0cc0c6b7df514c27457a7a2592727 /install/upgrade_2.3.0.php
parentc9fafecf3bc0042901a19e7fe1456912815f8099 (diff)
feature 2656: rename language no_NO into nb_NO
git-svn-id: http://piwigo.org/svn/trunk@15841 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.3.0.php')
-rw-r--r--install/upgrade_2.3.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.3.0.php b/install/upgrade_2.3.0.php
index b33d0fb6a..c1aa07df7 100644
--- a/install/upgrade_2.3.0.php
+++ b/install/upgrade_2.3.0.php
@@ -83,7 +83,7 @@ if (!empty($inserts))
ob_start();
echo '<pre>';
-for ($upgrade_id = 112; $upgrade_id <= 126; $upgrade_id++)
+for ($upgrade_id = 112; $upgrade_id <= 127; $upgrade_id++)
{
if (!file_exists(UPGRADES_PATH.'/'.$upgrade_id.'-database.php'))
{