New wp-config.php setup by Chris Anderson, updated style for upgrade files, and brought install.php up to date with current version.

git-svn-id: http://svn.automattic.com/wordpress/trunk@664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2003-12-30 09:31:13 +00:00
parent 3a2f87a2d4
commit b88f340791
4 changed files with 157 additions and 7 deletions

View File

@@ -587,6 +587,9 @@ function upgrade_100() {
$wpdb->query("UPDATE $tableoptions SET option_value = REPLACE(option_value, 'wp-links/links-images/', 'wp-images/links/')
WHERE option_name LIKE 'links_rating_image%'
AND option_value LIKE 'wp-links/links-images/%'");
$wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'comment_allowed_tags'");
$wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'use_preview'");
$wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'search_engine_friendly_urls'");
// Multiple categories
maybe_create_table($tablepost2cat, "
CREATE TABLE `$tablepost2cat` (