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

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

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

revision 3188 by vpihour, Fri Aug 8 16:36:07 2014 UTC revision 3189 by vpihour, Fri Nov 28 16:46:53 2014 UTC
# Line 539  class utils extends application { Line 539  class utils extends application {
539                  //On ajoute la parcelle, si un arrondissement a été trouvé                  //On ajoute la parcelle, si un arrondissement a été trouvé
540                  if ($arrondissement!=="") {                  if ($arrondissement!=="") {
541                      //                      //
542                      $wParcelle[] = $arrondissement.$value["quartier"]." ".                      $wParcelle[] = $arrondissement.$value["quartier"].
543                          $value["section"].$value["parcelle"];                          str_pad($value["section"], 2, " ", STR_PAD_LEFT).
544                            $value["parcelle"];
545                  }                  }
546              }              }
547          }          }

Legend:
Removed from v.3188  
changed lines
  Added in v.3189

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26