From: Andrew DeFaria Date: Wed, 22 Nov 2017 16:56:11 +0000 (-0800) Subject: Fixed one off error and made last page a convenient link. X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3fc0300de319993a14dffd84849e510074a35963;p=clearscm.git Fixed one off error and made last page a convenient link. --- 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"; ?>