Commit 997cb1fc2f026a3ccaf59f2a63f2d612f5bfc295
1 parent
58377c8b
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ogc.php
... | ... | @@ -975,7 +975,8 @@ if(strtolower($OUTPUTFORMAT) == "csv"){ |
975 | 975 | ms_iogetStdoutBufferBytes(); |
976 | 976 | ms_ioresethandlers(); |
977 | 977 | exit; |
978 | -} | |
978 | +} | |
979 | +//echo $req->getValue(1);exit; | |
979 | 980 | $oMap->owsdispatch($req); |
980 | 981 | $contenttype = ms_iostripstdoutbuffercontenttype(); |
981 | 982 | $buffer = ms_iogetStdoutBufferBytes(); | ... | ... |