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:
parent
1542a044df
commit
5b3b2bddc3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue