From 0385b8f832b3e1852c5b7846c4e1f4dada010c16 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 9 Dec 2022 16:18:53 +0100 Subject: remove obsolete function, unused on gna as well --- auto_prepend.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 19108fb..e468ba0 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -176,14 +176,6 @@ function debug($text, $level=0) $GLOBALS['it_debug']->debug($text, $level); } -/** - * Convert a htmlentities-encoded string back to normal - */ -function it_htmlentities_decode($string) -{ - return strtr($string, array_flip(get_html_translation_table(HTML_ENTITIES))); -} - /** * Clone an object and return copy, works for all PHP versions */ -- cgit v1.2.3