/[dolibarr]/dolibarr/htdocs/telephonie/script/retour-traitement.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/retour-traitement.php

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

revision 1.5 by rodolphe, Mon Oct 17 18:08:44 2005 UTC revision 1.6 by rodolphe, Thu Nov 3 13:16:26 2005 UTC
# Line 92  for ($i = 0 ; $i < $n ; $i++) Line 92  for ($i = 0 ; $i < $n ; $i++)
92                  {                  {
93                    $error = 0;                    $error = 0;
94                                        
95                    if ($ligne->set_statut($user, $statut, $datea) <> 0)                    if ($ligne->set_statut($user, $statut, $datea,'',1) <> 0)
96                      {                      {
97                        $error++;                        $error++;
98                      }                      }
# Line 148  for ($i = 0 ; $i < $n ; $i++) Line 148  for ($i = 0 ; $i < $n ; $i++)
148                  {                  {
149                    $error = 0;                    $error = 0;
150                                        
151                    if ($ligne->set_statut($user, $statut, $datea) <> 0)                    if ($ligne->set_statut($user, $statut, $datea,'',1) <> 0)
152                      {                      {
153                        $error++;                        $error++;
154                      }                      }

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