/[openfoncier]/branches/3.14.2/app/geolocalisation_treatment.php
ViewVC logotype

Diff of /branches/3.14.2/app/geolocalisation_treatment.php

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

revision 3124 by vpihour, Fri Aug 8 14:09:25 2014 UTC revision 3229 by vpihour, Fri Dec 19 17:00:24 2014 UTC
# Line 13  require_once "../obj/sig_elyx.class.php" Line 13  require_once "../obj/sig_elyx.class.php"
13  require_once "../obj/dossier.class.php";  require_once "../obj/dossier.class.php";
14    
15  // Paramétres GET  // Paramétres GET
16  $id = (isset($_GET['id']) ? $_GET['id'] : "" );  $id = ($f->get_submitted_get_value('id')!==null ? $f->get_submitted_get_value('id') : "" );
17  $fieldname = (isset($_GET['fieldname']) ? $_GET['fieldname'] : "" );  $fieldname = ($f->get_submitted_get_value('fieldname')!==null ? $f->get_submitted_get_value('fieldname') : "" );
18    
19  // Vérifie les paramètres obligatoires  // Vérifie les paramètres obligatoires
20  if (isset($id) && $id != ''  if (isset($id) && $id != ''

Legend:
Removed from v.3124  
changed lines
  Added in v.3229

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26