1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update creation_sondage.php

This commit is contained in:
zamentur 2014-12-16 00:29:57 +01:00
parent 1542a044df
commit 5b3b2bddc3

View file

@ -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'); Utils::cleaning_polls($connect, 'admin/logs_studs.txt');
// Don't keep days, hours and choices in memory (in order to make new polls) // Don't keep days, hours and choices in memory (in order to make new polls)