From ffb0fa5e05d973d20446fb7ecc65991a34bbab18 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 8 Dec 2005 09:25:21 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/script/presel_active_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/presel_active_view.php b/htdocs/telephonie/script/presel_active_view.php index d8423d2ecd6..fe68eae4b8e 100644 --- a/htdocs/telephonie/script/presel_active_view.php +++ b/htdocs/telephonie/script/presel_active_view.php @@ -132,7 +132,7 @@ function GetPreselection_byRef($db, $host, $user_login, $user_passwd, $ids, $deb preg_match('/PreSelection_Statut="([\S]*)"/i', $line, $array); $ligne_presel = $array[1]; - if ($ligne_service.$ligne_presel <> 'TRAITE_OK/TRAITE_OK') + if ($ligne_service.$ligne_presel <> 'TRAITE_OKTRAITE_OK') { print "$i/$numcli "; print $ligne_numero." ";