From: Steve Sutton Date: Wed, 15 Jul 2015 21:01:20 +0000 (-0400) Subject: Update the display start X-Git-Tag: v0.0.2^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1409fb5007298961febf7cf5a567f67691ce50a7;p=WP-Plugins%2Fglm-wp-importer.git Update the display start --- diff --git a/controllers/Import.php b/controllers/Import.php index da4e4a8..54e5641 100644 --- a/controllers/Import.php +++ b/controllers/Import.php @@ -707,14 +707,13 @@ case 1: $numPagesImported = $this->_import(); $start = filter_var($_REQUEST['start'], FILTER_VALIDATE_INT); + echo '

Start: ' . $start . '

'; if ($start === false) { $start = 0; } else { $start += PAGES_PER_LOAD; } - echo '

- Start: ' . $start . '

-

' . $numPagesImported . ' Pages Imported + echo '

' . $numPagesImported . ' Pages Imported