Parent Directory | Revision Log | Patch
revision 311 by fraynaud, Mon Feb 6 18:04:05 2012 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(); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |