/[openfoncier]/trunk/obj/task.class.php
ViewVC logotype

Diff of /trunk/obj/task.class.php

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

revision 9776 by mbroquet, Fri Dec 18 13:24:22 2020 UTC revision 9785 by mbideau, Tue Dec 22 09:08:49 2020 UTC
# Line 401  class task extends task_gen { Line 401  class task extends task_gen {
401          }          }
402    
403          $add = $this->ajouter($valF);          $add = $this->ajouter($valF);
404          $this->addToLog(__METHOD__."(): retour de l'ajout de tâche: ".var_export($add, true), DEBUG_MODE);          $this->addToLog(__METHOD__."(): retour de l'ajout de tâche: ".var_export($add, true), VERBOSE_MODE);
405          if ($add === false) {          if ($add === false) {
406              $this->addToLog(__METHOD__."(): ".$this->msg, DEBUG_MODE);              $this->addToLog(__METHOD__."(): ".$this->msg, DEBUG_MODE);
407              return $this->end_treatment(__METHOD__, false);              return $this->end_treatment(__METHOD__, false);

Legend:
Removed from v.9776  
changed lines
  Added in v.9785

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26