Commit 997cb1fc2f026a3ccaf59f2a63f2d612f5bfc295

Authored by Edmar Moretti
1 parent 58377c8b

--no commit message

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -975,7 +975,8 @@ if(strtolower($OUTPUTFORMAT) == "csv"){ @@ -975,7 +975,8 @@ if(strtolower($OUTPUTFORMAT) == "csv"){
975 ms_iogetStdoutBufferBytes(); 975 ms_iogetStdoutBufferBytes();
976 ms_ioresethandlers(); 976 ms_ioresethandlers();
977 exit; 977 exit;
978 -} 978 +}
  979 +//echo $req->getValue(1);exit;
979 $oMap->owsdispatch($req); 980 $oMap->owsdispatch($req);
980 $contenttype = ms_iostripstdoutbuffercontenttype(); 981 $contenttype = ms_iostripstdoutbuffercontenttype();
981 $buffer = ms_iogetStdoutBufferBytes(); 982 $buffer = ms_iogetStdoutBufferBytes();