summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-11 21:20:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-11 21:20:14 +0000
commited8d6bcf23ce0292712a49f78ce314e53f769c17 (patch)
treec0aa9ae8319c66b02e0c8f510193f4ac861269a6 /doc
parentafedd60d7911b35aa3fb86dad24d61809946b9ed (diff)
* Consolidated all decode_utf8 in FormBuilder's fields to make the code more
readable and avoid future mistakes. The patch seems to work and for the first time I have a UTF-8 username ;-) (Faidon) * Use form->field consistently, not form->param.
Diffstat (limited to 'doc')
-rw-r--r--doc/patchqueue/decode-from.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/patchqueue/decode-from.mdwn b/doc/patchqueue/decode-from.mdwn
index 4d385f67a..9f1dd8df2 100644
--- a/doc/patchqueue/decode-from.mdwn
+++ b/doc/patchqueue/decode-from.mdwn
@@ -1,3 +1,5 @@
+Wow, big hammer! [[patchqueue/Done]] though, with minor mods -- [[Joey]].
+
From [[Faidon]]:
I consolidated all decode_utf8 in FormBuilder's fields