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

Ryan Boren rboren at users.sourceforge.net
Tue Aug 17 18:42:37 UTC 2004


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

Modified Files:
	import-greymatter.php 
Log Message:
Add lastentry to the list of vars to reset.  Fix from 2fargon for bug 00002222.

Index: import-greymatter.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/import-greymatter.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** import-greymatter.php	15 Jun 2004 23:24:35 -0000	1.16
--- import-greymatter.php	17 Aug 2004 18:42:22 -0000	1.17
***************
*** 4,8 ****
  require('upgrade-functions.php');
  
! $wpvarstoreset = array('action', 'gmpath', 'archivespath');
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {
  	$wpvar = $wpvarstoreset[$i];
--- 4,8 ----
  require('upgrade-functions.php');
  
! $wpvarstoreset = array('action', 'gmpath', 'archivespath', 'lastentry');
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {
  	$wpvar = $wpvarstoreset[$i];




More information about the cvs mailing list