Changeset 1578

Show
Ignore:
Timestamp:
08/30/04 23:39:02 (4 years ago)
Author:
rboren
Message:

Require upgrade-functions.php so that call to upgrade_all() does not fail. Reported by shelleyp, fixed by 2fargon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import-mt.php

    r1575 r1578  
    55if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. You must install WordPress before you import any entries."); 
    66require('../wp-config.php'); 
     7require ('upgrade-functions.php'); 
    78$step = $HTTP_GET_VARS['step']; 
    89if (!$step) $step = 0;