From 5b3b2bddc38f74fa01650b8adb38e3f2af6af252 Mon Sep 17 00:00:00 2001 From: zamentur Date: Tue, 16 Dec 2014 00:29:57 +0100 Subject: [PATCH] Update creation_sondage.php --- sources/creation_sondage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/creation_sondage.php b/sources/creation_sondage.php index 08a7fb8..2c6013b 100644 --- a/sources/creation_sondage.php +++ b/sources/creation_sondage.php @@ -102,7 +102,7 @@ function ajouter_sondage() ); } } - error_log(date('H:i:s d/m/Y:') . ' CREATION: '.$poll."\t".$_SESSION[formatsondage]."\t".$_SESSION[nom]."\t".$_SESSION[adresse]."\t \t".$_SESSION[toutchoix]."\n", 3, 'admin/logs_studs.txt'); + error_log(date('H:i:s d/m/Y:') . ' CREATION: '.$poll."\t".$_SESSION['formatsondage']."\t".$_SESSION['nom']."\t".$_SESSION['adresse']."\t \t".$_SESSION['toutchoix']."\n", 3, 'admin/logs_studs.txt'); Utils::cleaning_polls($connect, 'admin/logs_studs.txt'); // Don't keep days, hours and choices in memory (in order to make new polls)