diff --git a/bureau/class/functions.php b/bureau/class/functions.php index 992dfc9c..63a9eb43 100644 --- a/bureau/class/functions.php +++ b/bureau/class/functions.php @@ -489,7 +489,7 @@ function getFields($fields, $requestOnly = false) { } } - // Insert into $GLOBALS. FIXME : Use stripslashes if the magic_quotes_gpc is ON ! + // Insert into $GLOBALS. foreach ($vars AS $var => $value) $GLOBALS[$var] = $value;