webmcp

diff framework/env/param/get_list.lua @ 336:209d378c0a3b

Detect interval handlers with duplicate name; Added documentation for listen{...}
author jbe
date Tue Mar 24 18:26:27 2015 +0100 (2015-03-24)
parents 32ec28229bb5
children
line diff
     1.1 --- a/framework/env/param/get_list.lua	Tue Mar 24 17:38:50 2015 +0100
     1.2 +++ b/framework/env/param/get_list.lua	Tue Mar 24 18:26:27 2015 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  values =         -- list of values casted to the chosen param_type
     1.5  param.get_list(
     1.6    key,           -- name of the parameter without "[]" suffix
     1.7 -  param_type,    -- desired type of the returned values
     1.8 +  param_type     -- desired type of the returned values
     1.9  )
    1.10  
    1.11  Same as param.get(...), but used for parameters which contain a list of values. For external GET/POST parameters the parameter name gets suffixed with "[]".

Impressum / About Us