From: <var...@us...> - 2013-05-30 12:43:00
|
Revision: 8791 http://sourceforge.net/p/phpwiki/code/8791 Author: vargenau Date: 2013-05-30 12:42:57 +0000 (Thu, 30 May 2013) Log Message: ----------- Function UnMangleXmlIdentifier unused Modified Paths: -------------- trunk/lib/stdlib.php Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2013-05-29 08:17:45 UTC (rev 8790) +++ trunk/lib/stdlib.php 2013-05-30 12:42:57 UTC (rev 8791) @@ -35,7 +35,6 @@ LinkPhpwikiURL ($url, $text, $basepage) ConvertOldMarkup ($content, $markup_type = "block") MangleXmlIdentifier($str) - UnMangleXmlIdentifier($str) class Stack { push($item), pop(), cnt(), top() } class Alert { show() } @@ -145,15 +144,6 @@ $str); } -function UnMangleXmlIdentifier($str) -{ - if ($str == 'empty.') - return ''; - return preg_replace('/x(\w\w)\./e', - "sprintf('%c', hex('\\0'))", - $str); -} - /** * Returns a name for the WIKI_ID cookie that should be unique on the host. * But for it to be unique you must have set a unique WIKI_NAME in your This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |