1
0
This commit is contained in:
2022-09-19 12:59:40 +02:00
parent eaf5330e23
commit e7a4ea6b25
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ function mb_ucfirst($str)
return $char . $str;
}
function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les votations 1 = votations en cours 0 = votations cloturées
function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les votations 0 = votations en cours 1 = votations cloturées
{
global $base_url, $action;