From 5fd0d21d5664d54d436e26c5ff68fb8ee79a423c Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 26 Nov 2010 01:21:00 -0800 Subject: [PATCH] Comment fail. --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index 9480fbe2..cbd6da59 100644 --- a/post.php +++ b/post.php @@ -15,7 +15,7 @@ $body = ''; - Fix for magic quotes + // Fix for magic quotes if (get_magic_quotes_gpc()) { function strip_array($var) { return is_array($var) ? array_map("strip_array", $var) : stripslashes($var);