Removed unused varaible
This commit is contained in:
parent
f3239f7e69
commit
9923af244b
2
post.php
2
post.php
|
@ -8,8 +8,6 @@
|
||||||
require 'inc/template.php';
|
require 'inc/template.php';
|
||||||
require 'inc/user.php';
|
require 'inc/user.php';
|
||||||
|
|
||||||
$body = '';
|
|
||||||
|
|
||||||
// Fix for magic quotes
|
// Fix for magic quotes
|
||||||
if (get_magic_quotes_gpc()) {
|
if (get_magic_quotes_gpc()) {
|
||||||
function strip_array($var) {
|
function strip_array($var) {
|
||||||
|
|
Loading…
Reference in New Issue