Upgrade and import fixes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-01-12 12:12:45 +00:00
parent 873de35f5d
commit faeebc5bda
5 changed files with 28 additions and 57 deletions

View File

@@ -1,6 +1,13 @@
<?php
// Functions to be called in install and upgrade scripts
function upgrade_all() {
upgrade_071();
upgrade_072();
upgrade_100();
upgrade_101();
}
// General
function maybe_create_table($table_name, $create_ddl) {
global $wpdb;