From 4cfef094e0f8d9229965b5a989cf2ca492b10130 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 11 Apr 2005 00:11:24 +0000 Subject: [PATCH] - White space OCD - Documentation --- kernel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index 955382c..67aea09 100644 --- a/kernel.php +++ b/kernel.php @@ -362,7 +362,7 @@ class Shared_Object_Framework */ function _sanitize_input_recursive($data) { - foreach($data AS $key => $value) + foreach ($data AS $key => $value) { if (is_array($value)) { @@ -426,6 +426,8 @@ class Shared_Object_Framework * Smart addslashes() that only applies itself it the Magic Quotes GPC is off * * @param str Some string + * @param bool If the data is binary; if so it'll be run through DB::escape_string() + * @param bool Force magic quotes to be off * * @return str String that has slashes added */ -- 2.22.5