/[openfoncier]/trunk/sql/pgsql/pos.inc.php
ViewVC logotype

Diff of /trunk/sql/pgsql/pos.inc.php

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

revision 9 by fraynaud, Mon Feb 14 17:51:36 2011 UTC revision 41 by fraynaud, Fri Jul 22 16:30:22 2011 UTC
# Line 3  Line 3 
3  //gen openMairie le 10/02/2011 20:35  //gen openMairie le 10/02/2011 20:35
4  include('../gen/sql/pgsql/pos.inc.php');  include('../gen/sql/pgsql/pos.inc.php');
5  $sousformulaire=array('parcelle');  $sousformulaire=array('parcelle');
6    
7    // vue
8    if(file_exists ("../dyn/var.inc"))
9            include ("../dyn/var.inc");
10    if($vue_pos==1){
11        $href[0] = array("lien" => "#", "id" => "", "lib" => "", );
12        $href[1] = array("lien" => "", "id" => "", "lib" => "", );
13        $href[2] = array("lien" => "#", "id" => "", "lib" => "", );
14        $ent .=' '._('vue');
15    }
16  ?>  ?>

Legend:
Removed from v.9  
changed lines
  Added in v.41

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26