From 8b542f7c1047b7f451020d4c17980fa5cdbbbc6d Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 3 Oct 2011 21:58:20 +0000 Subject: [PATCH] --- ogc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogc.php b/ogc.php index 543abc2..1b52b96 100644 --- a/ogc.php +++ b/ogc.php @@ -78,7 +78,7 @@ if(!isset($temas) && isset($tema)) // if(isset($format) && strtolower($format) == "application/openlayers"){ if(!isset($layers)) - {$layers = $temas;} + {$layers = $tema;} $urln = "mashups/openlayers.php?temas=".$layers."&layers=".$layers."&mapext=".$bbox."&botoes=pan,zoombox,zoomtot,identifica"; if(!headers_sent()) {header("Location:".$urln);} -- libgit2 0.21.2