Strange fixes for type in require.

git-svn-id: https://develop.svn.wordpress.org/trunk@784 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-01-22 06:04:38 +00:00
parent 2d0649b0dc
commit 8f5f729dce
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php // rename this to blogger-2-b2.php
<?php
$wpvarstoreset = array('action');
for ($i=0; $i<count($wpvarstoreset); $i += 1) {
@ -16,7 +16,7 @@ for ($i=0; $i<count($wpvarstoreset); $i += 1) {
}
}
require_once('../wp-config.php');
require('upgrade_functions.php');
require('upgrade-functions.php');
switch ($action) {
case "step1":