Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/ce2da1c884b39966#

Hi guys,

Looks like we can safely replace In-Portal's "kUtil::unhtmlentities" with
PHP native "htmlspecialchars_decode" methodfunction.

Function "htmlspecialchars_decode function " is available since PHP 5.1.0 and is
is equivalent of our "kUtil::unhtmlentities" which was done for PHP4 backwards
backwards compatibility .
(http://php.net/manual/en/function.htmlspecialchars-decode.php

Task:

*1259: Replace "unhtmlentities" with PHP native "htmlspecialchars_decode"
method - *

). 

Related Tasks

Jira Legacy
serverIn-Portal Issue Tracker
keyINP-1029
DA