Task #0002101: Exercice : pouvoir donner un texte libre
This commit is contained in:
parent
7bc7bed8d8
commit
bc7169b2ac
12 changed files with 176 additions and 53 deletions
|
|
@ -39,7 +39,7 @@ $cn=Dossier::connect();
|
|||
|
||||
if ( isset ( $_REQUEST['poste_fille']) )
|
||||
{ //choisit de voir tous les postes
|
||||
$a_poste=$cn->get_array("select pcm_val from tmp_pcmn where pcm_val::text like $1||'%'",array($r_poste));
|
||||
$a_poste=$cn->get_array("select pcm_val from tmp_pcmn where pcm_val::text like $1||'%' order by pcm_val::text",array($r_poste));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue