webmcp

changeset 279:680777af0293

Added missing comma in documentation of request.get_param_string{...}
author jbe
date Sat Mar 21 18:56:44 2015 +0100 (2015-03-21)
parents b5d0c0ab3ce2
children 5af7c66fbc08
files framework/env/request/get_param_strings.lua
line diff
     1.1 --- a/framework/env/request/get_param_strings.lua	Sat Mar 21 18:40:44 2015 +0100
     1.2 +++ b/framework/env/request/get_param_strings.lua	Sat Mar 21 18:56:44 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  --[[--
     1.5  params =
     1.6  request.get_param_strings{
     1.7 -  method           = method            -- "GET", "POST", or nil to query both (POST has precedence)
     1.8 +  method           = method,           -- "GET", "POST", or nil to query both (POST has precedence)
     1.9    include_internal = include_internal  -- set to true to include also parameters starting with "_webmcp_" prefix
    1.10  }
    1.11  

Impressum / About Us