diff options
author | plegall <plg@piwigo.org> | 2012-06-19 20:42:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-06-19 20:42:35 +0000 |
commit | b9ea235bd39238686a53112cbc9c261da2bfc452 (patch) | |
tree | d6b3803ad9a0cc0c6b7df514c27457a7a2592727 /install/upgrade_2.3.0.php | |
parent | c9fafecf3bc0042901a19e7fe1456912815f8099 (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.php | 2 |
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')) { |