/[openfoncier]/branches/3.14.x/obj/instruction.class.php
ViewVC logotype

Diff of /branches/3.14.x/obj/instruction.class.php

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

revision 2455 by nhaye, Wed Oct 16 17:07:26 2013 UTC revision 2456 by vpihour, Tue Nov 12 17:57:50 2013 UTC
# Line 569  class instruction extends instruction_ge Line 569  class instruction extends instruction_ge
569                            
570              // Exécution de la requête              // Exécution de la requête
571              $res = $this->f->db->query($sql);              $res = $this->f->db->query($sql);
572              $this->f->addToLog("deleteAllLienDossierInstructionTypeEvenementEvenement(): db->query(\"".$sql."\");", VERBOSE_MODE);              $this->f->addToLog("setVal(): db->query(\"".$sql."\");", VERBOSE_MODE);
573              if ( database::isError($res)){              if ( database::isError($res)){
574                  die();                  die();
575              }              }

Legend:
Removed from v.2455  
changed lines
  Added in v.2456

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26