Removed unused varaible

This commit is contained in:
Savetheinternet 2010-12-01 18:21:09 +11:00
parent 52acb4023f
commit 8a387bff1e

View File

@ -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) {