summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2022-12-09 16:18:53 +0100
committerChristian Schneider2022-12-12 16:56:12 +0100
commit0385b8f832b3e1852c5b7846c4e1f4dada010c16 (patch)
tree6a9bc1cad24bf00d9c06a14d95302d3a4a157f91
parent55bd4e0052b830256ad1d1134bbe5c7231d1427b (diff)
downloaditools-0385b8f832b3e1852c5b7846c4e1f4dada010c16.tar.gz
itools-0385b8f832b3e1852c5b7846c4e1f4dada010c16.tar.bz2
itools-0385b8f832b3e1852c5b7846c4e1f4dada010c16.zip
remove obsolete function, unused on gna as well
-rw-r--r--auto_prepend.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/auto_prepend.php b/auto_prepend.php
index 19108fb..e468ba0 100644
--- a/auto_prepend.php
+++ b/auto_prepend.php
@@ -177,14 +177,6 @@ function debug($text, $level=0)
}
/**
- * 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
*/
function &it_clone(&$object)