diff options
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r-- | lib/debug.lib.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php index aca6c27a..f1c5dbcc 100644 --- a/lib/debug.lib.php +++ b/lib/debug.lib.php @@ -44,20 +44,6 @@ function check_php_ver($level=0) { } // check_php_ver /** - * check_php_mysql - * checks for mysql support by looking for the mysql_query function - */ -function check_php_mysql() { - - if (!function_exists('mysql_query')) { - return false; - } - - return true; - -} // check_php_mysql - -/** * check_php_session * checks to make sure the needed functions * for sessions exist |