From 997cb1fc2f026a3ccaf59f2a63f2d612f5bfc295 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 20 Jan 2016 02:28:09 +0000 Subject: [PATCH] --- ogc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ogc.php b/ogc.php index 28f0610..ef8fdfc 100644 --- a/ogc.php +++ b/ogc.php @@ -975,7 +975,8 @@ if(strtolower($OUTPUTFORMAT) == "csv"){ ms_iogetStdoutBufferBytes(); ms_ioresethandlers(); exit; -} +} +//echo $req->getValue(1);exit; $oMap->owsdispatch($req); $contenttype = ms_iostripstdoutbuffercontenttype(); $buffer = ms_iogetStdoutBufferBytes(); -- libgit2 0.21.2