From 91e020bb48cc45107066c82e667360833a0a7607 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 29 Jan 2006 22:22:47 +0000 Subject: [PATCH] Docs++ for escape() --- kernel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index d8787bb..62e41c3 100644 --- a/kernel.php +++ b/kernel.php @@ -933,7 +933,9 @@ class ISSO // ################################################################### /** * Smart addslashes() that only applies itself it the Magic Quotes GPC - * is off. This should only be run on database query values. + * is off. This should only be run on database query values that come + * from ISSO->in[] input; data that needs sanitization should be run + * through ISSO->DB->escape_string() * * @access public * -- 2.22.5