Fix last bugs
This commit is contained in:
parent
3bb1fad3fe
commit
b87e928a2e
24 changed files with 147 additions and 79 deletions
|
|
@ -38,11 +38,11 @@ $User=new User($cn);
|
|||
$User->Check();
|
||||
if ( isset ( $_POST['poste_fille']) )
|
||||
{ //choisit de voir tous les postes
|
||||
$a_poste=getarray($cn,"select pcm_val from tmp_pcmn where pcm_val like '".$_POST["poste_id"]."%'");
|
||||
$a_poste=get_array($cn,"select pcm_val from tmp_pcmn where pcm_val like '".$_POST["poste_id"]."%'");
|
||||
}
|
||||
else
|
||||
{
|
||||
$a_poste=getarray($cn,"select pcm_val from tmp_pcmn where pcm_val = '".$_POST['poste_id']."'");
|
||||
$a_poste=get_array($cn,"select pcm_val from tmp_pcmn where pcm_val = '".$_POST['poste_id']."'");
|
||||
}
|
||||
if ( count($a_poste) == 0 )
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue