X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2FMAPS.php;h=3816c005e5877d3f8de810a64421dfae056c33c7;hb=2911826fd83a57b69c528e4daaf8df30c00b6d2b;hp=589e74d53f34b53510a19f162445841a1ea88ba3;hpb=f094366fff4ec21f14b0bdc5ff14d86f6222b91c;p=clearscm.git diff --git a/maps/php/MAPS.php b/maps/php/MAPS.php index 589e74d..3816c00 100755 --- a/maps/php/MAPS.php +++ b/maps/php/MAPS.php @@ -405,9 +405,9 @@ function DisplayList($type, $next, $lines) { or DBError("DisplayList: Unable to execute query: ", $statement); for ($i = 0; $i < $lines; $i++) { - $row = mysqli_fetch_array ($result); + $row = mysqli_fetch_array($result); - if (!isset ($row ["sequence"])) { + if (!isset ($row["sequence"])) { break; } // if @@ -433,8 +433,7 @@ function DisplayList($type, $next, $lines) { $rightclass = ($i == $lines || $sequence == $total || $sequence == $last) ? "tablebottomright" : "tablerightdata"; - print "" . $sequence . ""; - print "\n"; + print "" . $sequence . "\n"; print "" . $username . ""; print "@"; print "$domain";