From 9923af244b1b5edff9ee23dc562e634f88f23161 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 1 Dec 2010 18:21:09 +1100 Subject: [PATCH] Removed unused varaible --- post.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/post.php b/post.php index cadee9ed..8653a2c3 100644 --- a/post.php +++ b/post.php @@ -8,8 +8,6 @@ require 'inc/template.php'; require 'inc/user.php'; - $body = ''; - // Fix for magic quotes if (get_magic_quotes_gpc()) { function strip_array($var) {