/[openfoncier]/trunk/app/geolocalisation_treatment.php
ViewVC logotype

Diff of /trunk/app/geolocalisation_treatment.php

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

revision 3231 by vpihour, Fri Dec 19 17:00:24 2014 UTC revision 3232 by vpihour, Mon Jan 5 17:05:20 2015 UTC
# Line 11  require_once "../obj/utils.class.php"; Line 11  require_once "../obj/utils.class.php";
11  require_once '../services/outgoing/MessageSenderSoap.class.php';  require_once '../services/outgoing/MessageSenderSoap.class.php';
12  require_once "../obj/sig_elyx.class.php";  require_once "../obj/sig_elyx.class.php";
13  require_once "../obj/dossier.class.php";  require_once "../obj/dossier.class.php";
14    // Instance de la classe utils
15    $f = new utils("nohtml");
16    $f->disableLog();
17        
18  // Paramétres GET  // Paramétres GET
19  $id = ($f->get_submitted_get_value('id')!==null ? $f->get_submitted_get_value('id') : "" );  $id = ($f->get_submitted_get_value('id')!==null ? $f->get_submitted_get_value('id') : "" );
20  $fieldname = ($f->get_submitted_get_value('fieldname')!==null ? $f->get_submitted_get_value('fieldname') : "" );  $fieldname = ($f->get_submitted_get_value('fieldname')!==null ? $f->get_submitted_get_value('fieldname') : "" );
# Line 20  $fieldname = ($f->get_submitted_get_valu Line 23  $fieldname = ($f->get_submitted_get_valu
23  if (isset($id) && $id != ''  if (isset($id) && $id != ''
24      && isset($fieldname) && $fieldname != '') {      && isset($fieldname) && $fieldname != '') {
25    
     // Instance de la classe utils  
     $f = new utils("nohtml");  
     $f->disableLog();  
   
26      /**      /**
27       * Récupération des données de sig_elyx       * Récupération des données de sig_elyx
28       * @param  string $id Identifiant du dossier       * @param  string $id Identifiant du dossier

Legend:
Removed from v.3231  
changed lines
  Added in v.3232

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26