forked from leftypol/leftypol
Comment fail.
This commit is contained in:
parent
e4683b93e1
commit
5fd0d21d56
1 changed files with 1 additions and 1 deletions
2
post.php
2
post.php
|
@ -15,7 +15,7 @@
|
|||
|
||||
$body = '';
|
||||
|
||||
Fix for magic quotes
|
||||
// Fix for magic quotes
|
||||
if (get_magic_quotes_gpc()) {
|
||||
function strip_array($var) {
|
||||
return is_array($var) ? array_map("strip_array", $var) : stripslashes($var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue