/[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 1123 by vpihour, Thu Dec 13 15:00:27 2012 UTC revision 1124 by vpihour, Thu Dec 27 09:32:24 2012 UTC
# Line 228  class instruction extends instruction_ge Line 228  class instruction extends instruction_ge
228                $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action";                $nature_dossier."' or (nature ='T' and nature !='CU')) order by evenement.action";
229                    
230          // *** attention en dur le CU          // *** attention en dur le CU
231                    $this->addToLog("setSelect(): db->query(\"".$sql."\");", VERBOSE_MODE);
232    
233          $res = $db->query($sql);          $res = $db->query($sql);
234          if (database::isError($res))          if (database::isError($res))

Legend:
Removed from v.1123  
changed lines
  Added in v.1124

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26