git-svn-id: file:///home/svn/framework3/trunk@6114 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-01-11 04:48:06 +00:00
parent a1851b19db
commit 49cd8d7223
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ class Request < Packet
# #
# If there were CGI parameters in the URI, this will hold a hash of each # If there were CGI parameters in the URI, this will hold a hash of each
# variable to value. If there is more than one value for a given variable, # variable to value. If there is more than one value for a given variable,
# and array of each value is returned. # an array of each value is returned.
# #
def qstring def qstring
self.uri_parts['QueryString'] self.uri_parts['QueryString']
@ -353,4 +353,4 @@ end
end end
end end
end end