From 39be526e541986a90813c1de5a632e5cb3dc79b4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 1 Dec 2005 10:57:13 +0000 Subject: [PATCH] Gestion des sda --- htdocs/telephonie/script/commande_presel_statut.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/script/commande_presel_statut.php b/htdocs/telephonie/script/commande_presel_statut.php index 7c98ca290a3..a3f727cf6ae 100644 --- a/htdocs/telephonie/script/commande_presel_statut.php +++ b/htdocs/telephonie/script/commande_presel_statut.php @@ -23,10 +23,10 @@ * */ require ("../../master.inc.php"); +_log($GLOBALS["argv"][0]." Start", LOG_NOTICE); require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php"; require_once (DOL_DOCUMENT_ROOT."/lib/dolibarrmail.class.php"); - set_time_limit(0); $host = CMD_PRESEL_WEB_HOST; @@ -171,7 +171,7 @@ function GetPreselection_byRef($db, $host, $user_login, $user_passwd, $ids) } fclose($fp); - if ($ligne_numero && $ligne_service && $ligne_presel) + if ($ligne_numero)// && $ligne_service && $ligne_presel) { $situation_key = "$ligne_service / $ligne_presel";