Modif debuggage
This commit is contained in:
parent
5bd04207df
commit
92311162a8
@ -183,7 +183,7 @@ function CreatePreselection($host, $user_login, $user_passwd, $ligne, $id_person
|
|||||||
preg_match('/^<string xmlns=".*">(.*)<\/string>$/', $line, $results);
|
preg_match('/^<string xmlns=".*">(.*)<\/string>$/', $line, $results);
|
||||||
|
|
||||||
$result = $results[1];
|
$result = $results[1];
|
||||||
dolibarr_syslog($line);
|
//dolibarr_syslog($line);
|
||||||
$parse = 0;
|
$parse = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ function CreatePreselection($host, $user_login, $user_passwd, $ligne, $id_person
|
|||||||
|
|
||||||
function GetNumAbonne($db, $socid, $fournid)
|
function GetNumAbonne($db, $socid, $fournid)
|
||||||
{
|
{
|
||||||
dolibarr_syslog("Appel de GetNumAbonne($socid, $fournid)");
|
//dolibarr_syslog("Appel de GetNumAbonne($socid, $fournid)");
|
||||||
|
|
||||||
$sql = "SELECT fourn_id";
|
$sql = "SELECT fourn_id";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_fournid";
|
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_fournid";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user