summaryrefslogtreecommitdiff
path: root/auto_prepend.php
diff options
context:
space:
mode:
Diffstat (limited to 'auto_prepend.php')
-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)