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

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

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

revision 1.4 by rodolphe, Mon Oct 31 15:33:31 2005 UTC revision 1.5 by rodolphe, Thu Dec 1 10:57:13 2005 UTC
# Line 23  Line 23 
23   *   *
24   */   */
25  require ("../../master.inc.php");  require ("../../master.inc.php");
26    _log($GLOBALS["argv"][0]." Start", LOG_NOTICE);
27  require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php";  require_once DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php";
28  require_once (DOL_DOCUMENT_ROOT."/lib/dolibarrmail.class.php");  require_once (DOL_DOCUMENT_ROOT."/lib/dolibarrmail.class.php");
29    
   
30  set_time_limit(0);  set_time_limit(0);
31    
32  $host          = CMD_PRESEL_WEB_HOST;  $host          = CMD_PRESEL_WEB_HOST;
# Line 171  function GetPreselection_byRef($db, $hos Line 171  function GetPreselection_byRef($db, $hos
171              }              }
172            fclose($fp);            fclose($fp);
173    
174            if ($ligne_numero && $ligne_service && $ligne_presel)            if ($ligne_numero)// && $ligne_service && $ligne_presel)
175              {              {
176                $situation_key = "$ligne_service / $ligne_presel";                $situation_key = "$ligne_service / $ligne_presel";
177                        

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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