summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/upgrade-functions.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-01 15:28:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-01 15:28:34 +0000
commitca460de5458e35b012e643b2af4880312c06d0f6 (patch)
treeebe8e430f2a863ae7b6671ea3e51ff1eaee0bb7a /wp-inst/wp-admin/upgrade-functions.php
parent814b39931c8ff188122ba77b78388b4fbe7008df (diff)
downloadwordpress-mu-ca460de5458e35b012e643b2af4880312c06d0f6.tar.gz
wordpress-mu-ca460de5458e35b012e643b2af4880312c06d0f6.tar.xz
wordpress-mu-ca460de5458e35b012e643b2af4880312c06d0f6.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@454 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/upgrade-functions.php')
-rw-r--r--wp-inst/wp-admin/upgrade-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/upgrade-functions.php b/wp-inst/wp-admin/upgrade-functions.php
index 0e5982d..5e1187f 100644
--- a/wp-inst/wp-admin/upgrade-functions.php
+++ b/wp-inst/wp-admin/upgrade-functions.php
@@ -31,7 +31,7 @@ function upgrade_all() {
upgrade_130();
}
- if ( $wp_current_db_version < 3199 )
+ if ( $wp_current_db_version < 3243 )
upgrade_160();
save_mod_rewrite_rules();