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

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

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

revision 555 by vpihour, Tue Oct 30 14:05:14 2012 UTC revision 558 by vpihour, Tue Oct 30 16:55:55 2012 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  //$Id$
3  //gen openMairie le 30/10/2012 12:31  //gen openMairie le 30/10/2012 17:51
4    
5  require_once ("../obj/om_dbform.class.php");  require_once ("../obj/om_dbform.class.php");
6    
# Line 111  class arrondissement_gen extends om_dbfo Line 111  class arrondissement_gen extends om_dbfo
111          parent::cleSecondaire($id, $db, $val, $DEBUG);          parent::cleSecondaire($id, $db, $val, $DEBUG);
112          // Verification de la cle secondaire : lien_localisation_nature          // Verification de la cle secondaire : lien_localisation_nature
113          $this->rechercheTable($db, "lien_localisation_nature", "arrondissement", $id);          $this->rechercheTable($db, "lien_localisation_nature", "arrondissement", $id);
114            // Verification de la cle secondaire : quartier
115            $this->rechercheTable($db, "quartier", "arrondissement", $id);
116      }      }
117    
118    

Legend:
Removed from v.555  
changed lines
  Added in v.558

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26