719 |
} |
} |
720 |
|
|
721 |
function setSelect(&$form, $maj,&$db,$debug) { |
function setSelect(&$form, $maj,&$db,$debug) { |
722 |
parent::setSelect($form, $maj, $db, $debug); |
// XXX Commenté pour patcher le problème de montée en charge de la base |
723 |
|
// de données en cas de reprise de données d'un gros volume de dossier |
724 |
|
// d'instruction |
725 |
|
//parent::setSelect($form, $maj, $db, $debug); |
726 |
|
|
727 |
//optimisation sur table importante parcelle -> pas d appel methode parent |
//optimisation sur table importante parcelle -> pas d appel methode parent |
728 |
if(file_exists ("../sql/".$db->phptype."/".$this->table.".form.inc.php")) |
if(file_exists ("../sql/".OM_DB_PHPTYPE."/".$this->table.".form.inc.php")) |
729 |
include ("../sql/".$db->phptype."/".$this->table.".form.inc.php"); |
include ("../sql/".OM_DB_PHPTYPE."/".$this->table.".form.inc.php"); |
730 |
|
|
731 |
/* |
/* |
732 |
* Pour chaque init_select d'un select non modifiable on teste |
* Pour chaque init_select d'un select non modifiable on teste |