From bad410f1fe1247bad09404a003cc02750495efc4 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Sun, 19 Aug 2012 21:05:11 +0000 Subject: [PATCH] Bugfixes postinst script --- bureau/class/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;