Ignore:
Timestamp:
01/23/14 14:53:26 (10 years ago)
Author:
frank.jaeger
Message:

ALKIS-Auskunft, neues Modul "Straße"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/info/info/alkis/alkisbestnw.php

    r301 r306  
    1616*/ 
    1717session_start(); 
    18 //import_request_variables("G"); // php 5.3 deprecated, php 5.4 entfernt 
    1918$cntget = extract($_GET); 
    2019require_once("alkis_conf_location.php"); 
     
    3938        <script type="text/javascript"> 
    4039                function ALKISexport() { 
    41                                 window.open(<?php echo "'alkisexport.php?gkz=".$gkz."&tabtyp=grundbuch&gmlid=".$gmlid."'"; ?>); 
     40                        window.open(<?php echo "'alkisexport.php?gkz=".$gkz."&tabtyp=grundbuch&gmlid=".$gmlid."'"; ?>); 
    4241                } 
    4342        </script> 
     
    6059$sql.="FROM ax_buchungsblatt g "; 
    6160$sql.="LEFT JOIN ax_buchungsblattbezirk b ON g.land=b.land AND g.bezirk=b.bezirk ";  // BBZ 
    62 //$sql.="LEFT JOIN ax_dienststelle a ON b.\"gehoertzu|ax_dienststelle_schluessel|land\"=a.land AND b.stelle=a.stelle "; 
    6361$sql.="LEFT JOIN ax_dienststelle a ON b.land = a.land AND b.stelle = a.stelle "; 
    6462$sql.="WHERE g.gml_id= $1 "; 
Note: See TracChangeset for help on using the changeset viewer.