/[openfoncier]/trunk/dyn/sousform.get.specific.inc.php
ViewVC logotype

Diff of /trunk/dyn/sousform.get.specific.inc.php

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

revision 1048 by nhaye, Wed Dec 12 11:18:29 2012 UTC revision 1301 by vpihour, Fri Mar 1 16:38:42 2013 UTC
# Line 42  if ($obj == "demandeur" Line 42  if ($obj == "demandeur"
42      }      }
43      $extra_parameters["idx_demandeur"] = $idx_demandeur;      $extra_parameters["idx_demandeur"] = $idx_demandeur;
44  }  }
45        
46    // Permet de savoir si le petitionnaire à créer est le principal
47    if ($obj == "donnees_techniques") {
48        $visualisation = "";
49        if (isset($_GET['visualisation'])) {
50            $visualisation = $_GET['visualisation'];
51        }
52        $extra_parameters["visualisation"] = $visualisation;
53    }
54  ?>  ?>

Legend:
Removed from v.1048  
changed lines
  Added in v.1301

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26