[wiki/macro/EventCalendar.py] y avait des patches sur moinmo.in...
Ignore-this: e96d9bc8d793fbbdcf911744abd8368c darcs-hash:20120426133200-bd074-52150bde7dd0c1878015e0be35e6f7c28316cb74.gz
This commit is contained in:
parent
7c19c62edc
commit
3d70713526
1 changed files with 5 additions and 7 deletions
|
@ -268,9 +268,7 @@ def execute(macro, args):
|
||||||
if args:
|
if args:
|
||||||
args=request.getText(args)
|
args=request.getText(args)
|
||||||
|
|
||||||
for item in macro.request.query_string.split('&'):
|
for item in macro.request.values.items():
|
||||||
if item.strip():
|
|
||||||
item = item.split('=')
|
|
||||||
if not form_vals.has_key(item[0]):
|
if not form_vals.has_key(item[0]):
|
||||||
try:
|
try:
|
||||||
form_vals[item[0]]=item[1]
|
form_vals[item[0]]=item[1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue