/[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.5 by rodolphe, Thu Dec 1 10:57:13 2005 UTC revision 1.6 by rodolphe, Thu Dec 1 11:56:35 2005 UTC
# Line 194  function GetPreselection_byRef($db, $hos Line 194  function GetPreselection_byRef($db, $hos
194                    else                    else
195                      {                      {
196                        $row = $db->fetch_row($resql);                        $row = $db->fetch_row($resql);
197                        if ($row[1] <> $situation_key)                        if (trim($row[1]) <> trim($situation_key))
198                          {                          {
199                            $insert = 1;                            $insert = 1;
200                          }                          }

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

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