On Sun, 2010-05-30 at 15:35 -0300, Leonardo M. Ramé wrote:
> El dom, 30-05-2010 a las 20:21 +0200, Joost van der Sluis escribió:
> > Yes, comment line 408 and 409 in custcgi.pp.
> 
> Could you show me what do you see in those lines? here in 408 is an
> "end;" and 409 is empty. Line 408 marks the end of this method:
> 
> Function TCGIRequest.GetFieldValue(Index : Integer) : String;

    25 : begin
         Result:=Decodevar(5); // Property PathInfo
//         If (Result='') then
//           Result:=Decodevar(34); // Property Request URI
         end;

Joost.


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to