From fb49d11e397b41a01eefa0fdfffa7bc13c735c10 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 17 Aug 2006 01:22:27 +0000 Subject: [PATCH] TYPE_NOCLEAN doesn't exit --- Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.php b/Input.php index b190f5b..5d5a63b 100644 --- a/Input.php +++ b/Input.php @@ -341,7 +341,7 @@ class BSInput { $value = $this->unsanitize($value); } - else if ($type == TYPE_NOCLEAN) + else if ($type == TYPE_NONE) { if ($this->magicquotes) { -- 2.22.5