Commit 8ba68a654a0e8bed2039a7ece8f7e0d3efc95100
1 parent
9f6d9382
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
classesphp/mapa_inicia.php
| ... | ... | @@ -128,7 +128,9 @@ function iniciaMapa() |
| 128 | 128 | } |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | - } | |
| 131 | + } | |
| 132 | + if($utilizacgi == "sim") | |
| 133 | + {$m->ligaDesligaTemas("","todos");} | |
| 132 | 134 | $imgo = $m->mapa->draw(); |
| 133 | 135 | $e = $m->mapa->extent; |
| 134 | 136 | $ext = ($e->minx)." ".($e->miny)." ".($e->maxx)." ".($e->maxy); | ... | ... |