Comment fail.

This commit is contained in:
Savetheinternet 2010-11-26 01:21:00 -08:00
parent e4683b93e1
commit 5fd0d21d56

View File

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