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

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

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

revision 195 by fraynaud, Wed Sep 21 09:00:20 2011 UTC revision 196 by fraynaud, Sat Oct 15 21:07:29 2011 UTC
# Line 261  class instruction extends instruction_ge Line 261  class instruction extends instruction_ge
261          $form->setRegroupe('libelle','G','');          $form->setRegroupe('libelle','G','');
262          $form->setRegroupe('datecourrier','G','');          $form->setRegroupe('datecourrier','G','');
263          $form->setRegroupe('lettretype','F','');          $form->setRegroupe('lettretype','F','');
264          $form->setRegroupe('complement','D',_('complement'), "startClosed");          $form->setRegroupe('complement','D',_('complement'), "collapsible");
265          $form->setRegroupe('bible_auto','G','');          $form->setRegroupe('bible_auto','G','');
266          $form->setRegroupe('bible','F','');          $form->setRegroupe('bible','F','');
267          $form->setRegroupe('complement2','D',_('complement2'), "startClosed");          $form->setRegroupe('complement2','D',_('complement2'), "startClosed");
# Line 599  class instruction extends instruction_ge Line 599  class instruction extends instruction_ge
599              }              }
600          } // while          } // while
601          if($valF!=array()){          if($valF!=array()){
             print_r($valF);  
602              $cle= " dossier = '".$this->valF['dossier']."'";              $cle= " dossier = '".$this->valF['dossier']."'";
603              $res1= $db->autoExecute('dossier',$valF,DB_AUTOQUERY_UPDATE,$cle);              $res1= $db->autoExecute('dossier',$valF,DB_AUTOQUERY_UPDATE,$cle);
604              if (database::isError($res1))              if (database::isError($res1))

Legend:
Removed from v.195  
changed lines
  Added in v.196

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26