summaryrefslogtreecommitdiffstats
path: root/frontends/php/map.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/map.php')
-rw-r--r--frontends/php/map.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/map.php b/frontends/php/map.php
index 5e2ed170..392fb1e5 100644
--- a/frontends/php/map.php
+++ b/frontends/php/map.php
@@ -279,7 +279,7 @@ include_once "include/page_header.php";
ImageRectangle($im,0,0,$width-1,$height-1,$colors["Black"]);
}
- ImageOut($im, MAP_OUTPUT_FORMAT);
+ ImageOut($im);
ImageDestroy($im);
?>