/[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 265 by fraynaud, Tue Dec 6 08:49:57 2011 UTC revision 312 by atreal, Wed Mar 28 17:19:49 2012 UTC
# Line 199  class instruction extends instruction_ge Line 199  class instruction extends instruction_ge
199    
200            
201      function setSelect(&$form, $maj,&$db,$DEBUG) {      function setSelect(&$form, $maj,&$db,$DEBUG) {
202          if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc"))          if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc.php"))
203              include ("../sql/".$db->phptype."/".$this->table.".form.inc");              include ("../sql/".$db->phptype."/".$this->table.".form.inc.php");
204          if($maj<2){          if($maj<2){
205              // *** evenement ***              // *** evenement ***
206              $contenu=array();              $contenu=array();

Legend:
Removed from v.265  
changed lines
  Added in v.312

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26