slight addition.

This commit is contained in:
Matthew Wilson 2005-11-04 14:50:46 +00:00
parent 775339a209
commit dd727ce3aa

View file

@ -495,5 +495,5 @@ They are: epochToDate, dateToEpoch, epochToArray, arrayToEpoch
As of 6.8.0 we are no longer using CGI to handle our web interactions. Instead As of 6.8.0 we are no longer using CGI to handle our web interactions. Instead
we are using a native mod perl handler. If you used $session{cgi} object we are using a native mod perl handler. If you used $session{cgi} object
you'll now need to convert your applications to use the methods provided by you'll now need to convert your applications to use the methods provided by
Apache2::Request which is referenced through $session{modperl}. Apache2::Request which is referenced through $session{modperl} and $session{req}.