[phplib] Small patch to of_select.inc From: Fabio Ferrero (nutella <email protected>)
Date: 05/10/01

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>