Modified:
/trunk/lib/Gantry/Engine/CGI.pm
=======================================
--- /trunk/lib/Gantry/Engine/CGI.pm Mon Mar 1 15:18:37 2010
+++ /trunk/lib/Gantry/Engine/CGI.pm Fri Feb 18 13:05:30 2011
@@ -61,6 +61,8 @@
server_root
file_upload
persistent_dbh
+ url_encode
+ url_decode
);
@EXPORT_OK = qw( );
@@ -289,6 +291,7 @@
sub apache_request {
my( $self, $r ) = @_;
+ return( $self->cgi() );
} # end: apache_request
#-------------------------------------------------
-John
> --
> You received this message because you are subscribed to the Google
> Groups "Gantry" group.
> To post to this group, send email to gan...@googlegroups.com.
> To unsubscribe from this group, send email to gantry+un...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/gantry?hl=en
> .
Tony Shadwick