From bb4f81556366abe1fba3499de489ee9307103bc1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Jan 2006 23:41:03 +0000 Subject: [PATCH] Make exec_sanitize_data() private --- kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index a2ef81b..6f2337c 100644 --- a/kernel.php +++ b/kernel.php @@ -878,7 +878,7 @@ class Shared_Object_Framework /** * Runs through all of the input data and sanitizes it. * - * @access public + * @access private */ function exec_sanitize_data() { -- 2.43.5