diff --git a/conlite/includes/functions.lay.php b/conlite/includes/functions.lay.php index f717268..8c0a8f6 100644 --- a/conlite/includes/functions.lay.php +++ b/conlite/includes/functions.lay.php @@ -58,10 +58,11 @@ function layEditLayout($idlay, $name, $description, $code) { $author = "".$auth->auth["uname"].""; $description = (string) stripslashes($description); + /** set_magic_quotes_gpc($name); set_magic_quotes_gpc($description); set_magic_quotes_gpc($code); - + **/ if (strlen(trim($name)) == 0) { $name = i18n('-- Unnamed Layout --'); }