Removed unused varaible
This commit is contained in:
parent
52acb4023f
commit
8a387bff1e
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
Block a user