From eead2c6bf589c57d9632c454284196c5b78bf884 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 17 Aug 2004 18:42:22 +0000 Subject: [PATCH] Add lastentry to the list of vars to reset. Fix from 2fargon for bug 00002222. git-svn-id: https://develop.svn.wordpress.org/trunk@1539 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import-greymatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import-greymatter.php b/wp-admin/import-greymatter.php index f3445414f2..bc355f6d77 100644 --- a/wp-admin/import-greymatter.php +++ b/wp-admin/import-greymatter.php @@ -3,7 +3,7 @@ require_once('../wp-config.php'); require('upgrade-functions.php'); -$wpvarstoreset = array('action', 'gmpath', 'archivespath'); +$wpvarstoreset = array('action', 'gmpath', 'archivespath', 'lastentry'); for ($i=0; $i