Browse Source

Removed unused varaible

pull/40/head
Savetheinternet 14 years ago
committed by Paul Merrill
parent
commit
9923af244b
  1. 2
      post.php

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

Loading…
Cancel
Save