webmcp

view framework/env/param/__init.lua @ 385:ea3a8c6509ba

Added missing parenthesis around gsub call (code cleanup only)
author jbe
date Tue Dec 01 17:53:31 2015 +0100 (2015-12-01)
parents c3d539e33710
children
line source
1 request.for_each(function()
2 param._exchanged = false -- important to be false, not nil
3 param._saved = {} -- stack
4 end)

Impressum / About Us