/[openfoncier]/trunk/gen/obj/instructeur.class.php
ViewVC logotype

Diff of /trunk/gen/obj/instructeur.class.php

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

revision 938 by mlimic, Tue Nov 6 11:09:11 2012 UTC revision 939 by vpihour, Fri Nov 30 13:53:11 2012 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id$
3  //gen openMairie le 06/11/2012 12:04  //gen openMairie le 30/11/2012 12:38
4    
5  require_once ("../obj/om_dbform.class.php");  require_once ("../obj/om_dbform.class.php");
6    
# Line 279  class instructeur_gen extends om_dbform Line 279  class instructeur_gen extends om_dbform
279      function cleSecondaire($id, &$db = NULL, $val = array(), $DEBUG = false) {      function cleSecondaire($id, &$db = NULL, $val = array(), $DEBUG = false) {
280          // On appelle la methode de la classe parent          // On appelle la methode de la classe parent
281          parent::cleSecondaire($id, $db, $val, $DEBUG);          parent::cleSecondaire($id, $db, $val, $DEBUG);
282            // Verification de la cle secondaire : affectation_automatique
283            $this->rechercheTable($db, "affectation_automatique", "instructeur", $id);
284          // Verification de la cle secondaire : dossier          // Verification de la cle secondaire : dossier
285          $this->rechercheTable($db, "dossier", "instructeur", $id);          $this->rechercheTable($db, "dossier", "instructeur", $id);
         // Verification de la cle secondaire : lien_localisation_nature  
         $this->rechercheTable($db, "lien_localisation_nature", "instructeur", $id);  
286      }      }
287    
288    

Legend:
Removed from v.938  
changed lines
  Added in v.939

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26