changeset 1011:7e5905d738d8

Oops, a debug echo was left in.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Jun 2010 13:37:37 +0000
parents 8e720b2f1bc1
children 088bf36b3bdd
files www/query.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/www/query.php	Fri Jun 18 13:36:41 2010 +0000
+++ b/www/query.php	Fri Jun 18 13:37:37 2010 +0000
@@ -95,7 +95,7 @@
 
 	// Set result
 	if ($locFound) {
-		echo("Location: ".$pageMapURL.$locData["continent"].".".
+		header("Location: ".$pageMapURL.$locData["continent"].".".
 		($locJSMap ? "htm" : "html").
 		"#loc".$locData["x"]."_".$locData["y"]);
 	} else