Gestion des sda
This commit is contained in:
parent
3b1559fee9
commit
39be526e54
@ -23,10 +23,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require ("../../master.inc.php");
|
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."/telephonie/lignetel.class.php";
|
||||||
require_once (DOL_DOCUMENT_ROOT."/lib/dolibarrmail.class.php");
|
require_once (DOL_DOCUMENT_ROOT."/lib/dolibarrmail.class.php");
|
||||||
|
|
||||||
|
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
|
|
||||||
$host = CMD_PRESEL_WEB_HOST;
|
$host = CMD_PRESEL_WEB_HOST;
|
||||||
@ -171,7 +171,7 @@ function GetPreselection_byRef($db, $host, $user_login, $user_passwd, $ids)
|
|||||||
}
|
}
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
||||||
if ($ligne_numero && $ligne_service && $ligne_presel)
|
if ($ligne_numero)// && $ligne_service && $ligne_presel)
|
||||||
{
|
{
|
||||||
$situation_key = "$ligne_service / $ligne_presel";
|
$situation_key = "$ligne_service / $ligne_presel";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user