/[dolibarr]/dolibarr/htdocs/telephonie/script/commande_presel.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/commande_presel.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by rodolphe, Wed Nov 30 08:55:17 2005 UTC revision 1.8 by rodolphe, Wed Nov 30 08:56:48 2005 UTC
# Line 183  function CreatePreselection($host, $user Line 183  function CreatePreselection($host, $user
183                preg_match('/^<string xmlns=".*">(.*)<\/string>$/', $line, $results);                preg_match('/^<string xmlns=".*">(.*)<\/string>$/', $line, $results);
184                                
185                $result = $results[1];                $result = $results[1];
186                dolibarr_syslog($line);                //dolibarr_syslog($line);
187                $parse = 0;                $parse = 0;
188              }              }
189                        
# Line 223  function CreatePreselection($host, $user Line 223  function CreatePreselection($host, $user
223    
224  function GetNumAbonne($db, $socid, $fournid)  function GetNumAbonne($db, $socid, $fournid)
225  {  {
226    dolibarr_syslog("Appel de GetNumAbonne($socid, $fournid)");    //dolibarr_syslog("Appel de GetNumAbonne($socid, $fournid)");
227    
228    $sql = "SELECT fourn_id";    $sql = "SELECT fourn_id";
229    $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_fournid";    $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_societe_fournid";

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26