From 3fc0300de319993a14dffd84849e510074a35963 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Wed, 22 Nov 2017 08:56:11 -0800 Subject: [PATCH] Fixed one off error and made last page a convenient link. --- maps/php/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/php/list.php b/maps/php/list.php index 1576d96..7cca7b2 100755 --- a/maps/php/list.php +++ b/maps/php/list.php @@ -17,7 +17,6 @@ include "MAPS.php"; MAPSHeader (); $next = (isset ($_GET ["next"])) ? $_GET ["next"] : 0; -// $prev; $type = $_GET ["type"]; if (isset($_GET['message'])) { $message = $_GET["message"]; @@ -73,7 +72,7 @@ $this_page = $next / $lines + 1; print ""; print ""; print "Page: "; - print " of $last_page"; + print " of $last_page"; ?>
-- 2.17.1