424 |
|
|
425 |
function setSelect(&$form, $maj,&$db,$debug) { |
function setSelect(&$form, $maj,&$db,$debug) { |
426 |
//optimisation sur table importante parcelle -> pas d appel methode parent |
//optimisation sur table importante parcelle -> pas d appel methode parent |
427 |
if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc")) |
if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc")) |
428 |
include ("../sql/".$db->phptype."/".$this->table.".form.inc"); |
include ("../sql/".$db->phptype."/".$this->table.".form.inc"); |
429 |
if($maj<2){ |
if($maj<2){ |
430 |
// travaux |
// travaux |
431 |
$contenu=array(); |
$contenu=array(); |