Ignore:
Timestamp:
09/13/16 10:11:55 (8 years ago)
Author:
astrid.emde
Message:

patch eingespielt

File:
1 edited

Legend:

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

    r355 r372  
    205205                                echo "\n\t\t<td class='head'>Bezirk</td>"; 
    206206                                echo "\n\t\t<td class='head'>".$blattart."</td>"; 
    207                                 echo "\n\t\t<td class='head'>Lfd-Nr,</td>"; 
     207                                echo "\n\t\t<td class='head'>Lfd-Nr.</td>"; 
    208208                                echo "\n\t\t<td class='head'>Buchungsart</td>"; 
    209209                        echo "\n\t</tr>"; 
     
    225225                echo "\n\t</table>"; 
    226226 
    227                 if ($rowg["zahler"] <> "") { 
    228                         echo "\n<p class='ant'>".$rowg["zahler"]."/".$rowg["nenner"]."&nbsp;Anteil am Flurst&uuml;ck</p>"; 
     227                if ($rowg["zaehler"] <> "") { 
     228                        echo "\n<p class='ant'>".$rowg["zaehler"]."/".$rowg["nenner"]."&nbsp;Anteil am Flurst&uuml;ck</p>"; 
    229229                } 
    230230                echo "\n</td>\n<td>"; 
    231                 if ($idanzeige) {linkgml($gkz, $rowg[0], "Buchungsblatt", "");} 
     231                if ($idanzeige) {linkgml($gkz, $rowg["gml_id"], "Buchungsblatt", "");} 
    232232                echo "\n\t<p class='nwlink'>weitere Auskunft:<br>"; 
    233                         echo "\n\t\t<a href='alkisbestnw.php?gkz=".$gkz."&amp;gmlid=".$rowg[0]; 
     233                        echo "\n\t\t<a href='alkisbestnw.php?gkz=".$gkz."&amp;gmlid=".$rowg["gml_id"]; 
    234234                                if ($idanzeige) {echo "&amp;id=j";} 
    235235                                if ($showkey)   {echo "&amp;showkey=j";} 
Note: See TracChangeset for help on using the changeset viewer.