Date: 05/10/01
- Next message: Taylor, Stewart: "RE: [phplib] Small patch to of_select.inc"
- Previous message: Ulf Wendel: "Re: [phplib] Exemplos of OOForms and tpl_forms"
- Next in thread: Taylor, Stewart: "RE: [phplib] Small patch to of_select.inc"
- Maybe reply: Taylor, Stewart: "RE: [phplib] Small patch to of_select.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This patch resolve a problem with phplib-stable in form/select when options contains the ' character (or other html special chars).
At line 42 of of_select.inc file change:
$str .= " value='" . $o["value"] . "'";
in:
$str .= " value='" . htmlspecialchars($o["value"]) . "'";
Bye.
--
___
(o.o)
{(___)}
==="="===
Email: nutella <email protected>
Home: http://nutella.wox.org
ICQ#: 4101811
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Taylor, Stewart: "RE: [phplib] Small patch to of_select.inc"
- Previous message: Ulf Wendel: "Re: [phplib] Exemplos of OOForms and tpl_forms"
- Next in thread: Taylor, Stewart: "RE: [phplib] Small patch to of_select.inc"
- Maybe reply: Taylor, Stewart: "RE: [phplib] Small patch to of_select.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

