debug
This commit is contained in:
parent
5c1836e5e6
commit
eaf5330e23
@ -24,8 +24,8 @@ if (array_key_exists("idVotation", $GLOBALS) and empty($idVotation))
|
||||
if (empty($idVotation))
|
||||
{
|
||||
choixVotation($path, 1, false);
|
||||
}
|
||||
|
||||
}else
|
||||
{
|
||||
$method = getpost("method");
|
||||
$libelle = getpost("libelle");
|
||||
if (empty($method) or empty($libelle))
|
||||
@ -39,7 +39,7 @@ if (empty($method) or empty($libelle))
|
||||
//$db->query($query);
|
||||
$db->close();
|
||||
}
|
||||
|
||||
}
|
||||
print(' </div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user