summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index 465801a7..8087bf4d 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -73,20 +73,6 @@ function check_php_session() {
} // check_php_session
/**
- * check_php_iconv
- * checks to see if you have iconv installed
- */
-function check_php_iconv() {
-
- if (!function_exists('iconv')) {
- return false;
- }
-
- return true;
-
-} // check_php_iconv
-
-/**
* check_php_pcre
* This makes sure they have pcre (preg_???) support
* compiled into PHP this is required!