/[openfoncier]/trunk/obj/lien_localisation_nature.class.php
ViewVC logotype

Diff of /trunk/obj/lien_localisation_nature.class.php

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

revision 584 by vpihour, Fri Nov 2 17:15:30 2012 UTC revision 626 by vpihour, Wed Nov 7 16:54:25 2012 UTC
# Line 52  class lien_localisation_nature extends l Line 52  class lien_localisation_nature extends l
52                    
53          /*** quartier ***/          /*** quartier ***/
54          $contenu=array();          $contenu=array();
55          $sql="select quartier, libelle from ".DB_PREFIXE."quartier ";          $sql="select quartier, libelle from ".DB_PREFIXE."quartier ORDER BY arrondissement";
56          $res = $db->query($sql);          $res = $db->query($sql);
57          if (database::isError($res))          if (database::isError($res))
58              die($res->getMessage());              die($res->getMessage());

Legend:
Removed from v.584  
changed lines
  Added in v.626

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26