[wp-cvs] wordpress/wp-admin import-mt.php,1.16,1.17

Ryan Boren rboren at users.sourceforge.net
Mon Aug 30 23:39:05 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22670

Modified Files:
	import-mt.php 
Log Message:
Require upgrade-functions.php so that call to upgrade_all() does not fail.  Reported by shelleyp, fixed by 2fargon.

Index: import-mt.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/import-mt.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** import-mt.php	30 Aug 2004 07:16:38 -0000	1.16
--- import-mt.php	30 Aug 2004 23:39:02 -0000	1.17
***************
*** 5,8 ****
--- 5,9 ----
  if (!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.");
  require('../wp-config.php');
+ require ('upgrade-functions.php');
  $step = $HTTP_GET_VARS['step'];
  if (!$step) $step = 0;




More information about the cvs mailing list