From 72ac963b03c4dfb5b4b9157643889c8b2d0e75c5 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 30 May 2013 12:42:57 +0000 Subject: [PATCH] Function UnMangleXmlIdentifier unused git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8791 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/stdlib.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/stdlib.php b/lib/stdlib.php index ffc7bcac4..f795e9f36 100644 --- a/lib/stdlib.php +++ b/lib/stdlib.php @@ -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 @@ function MangleXmlIdentifier($str) $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 -- 2.42.0