From a4339528bfd690c336c31e53efe84a02f1b77702 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 16 Aug 2006 21:11:53 +0000 Subject: [PATCH] Fix a parse error --- Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.php b/Input.php index 391a970..b190f5b 100644 --- a/Input.php +++ b/Input.php @@ -110,7 +110,7 @@ class BSInput // some debug info that's always useful BSLoader::GetRegister()->debug('magic_quotes_gpc = ' . $this->magicquotes); - BSLoader::GetRegister()->ddebug('register_globals = ' . ini_get('register_globals')); + BSLoader::GetRegister()->debug('register_globals = ' . ini_get('register_globals')); $this->exec_sanitize_data(); -- 2.22.5