case 1:
$numPagesImported = $this->_import();
$start = filter_var($_REQUEST['start'], FILTER_VALIDATE_INT);
+ echo '<p>Start: ' . $start . '</p>';
if ($start === false) {
$start = 0;
} else {
$start += PAGES_PER_LOAD;
}
- echo '<p>
- Start: ' . $start . '</p>
- <p>' . $numPagesImported . ' Pages Imported
+ echo '<p>' . $numPagesImported . ' Pages Imported
<form action="admin.php" method="get">
<input type="hidden" name="import" value="toolbox">
<input type="hidden" name="step" value="1">