Replace "unhtmlentities" with PHP native "htmlspecialchars_decode" method
383 views
Skip to first unread message
Dmitry A.
unread,
Apr 15, 2012, 2:54:01 PM4/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to in-por...@googlegroups.com
Hi guys,
Looks like we can safely replace In-Portal's "kUtil::unhtmlentities" with PHP native "htmlspecialchars_decode" method.
htmlspecialchars_decode function is available since PHP 5.1.0 and is equivalent of our kUtil::unhtmlentities which was done for PHP4 backwards compatibility.