Ignore:
Timestamp:
01/04/11 18:26:16 (13 years ago)
Author:
frank.jaeger
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/var/www/info/alkis/alkisinlaybaurecht.php

    r61 r64  
    88        11.10.2010  simplify Geometrie: Schwellwert Verschneidung Flaeche>0 anpassen 
    99        14.12.2010  Pfad zur Conf 
     10        17.12.2010  Astrid Emde: Prepared Statements (pg_query -> pg_prepare + pg_execute) 
    1011*/ 
    1112ini_set('error_reporting', 'E_ALL & ~ E_NOTICE'); 
     
    6768                $enam=$row["name"]; 
    6869                if ($enam != "") { 
    69                         echo "\n<tr>";           
     70                        echo "\n<tr>"; 
    7071                                echo "\n\t<td class='li'>Eigenname des Gebietes:</td>\n\t<td>".$enam."</td>"; 
    7172                        echo "\n</tr>"; 
    72                 }        
     73                } 
    7374                echo "\n<tr>"; 
    7475                        echo "\n\t<td class='li'>Verfahrensnummer:</td>"; 
     
    8384                                if ($stellart != "") { 
    8485                                        echo " (".$stellart.")"; // d.stellenart -- weiter entschluesseln 
    85                                 }                
     86                                } 
    8687                                echo "</td>"; 
    8788                        echo "\n</tr>"; 
     
    130131 
    131132        $fscnt=0; 
    132         while($row = pg_fetch_array($res)) {     
    133                 $fscnt++;                
     133        while($row = pg_fetch_array($res)) { 
     134                $fscnt++; 
    134135                echo "\n<tr>"; 
    135136                        echo "\n\t<td>".$row["flurnummer"]."-<span class='wichtig'>".$row["zaehler"]; 
Note: See TracChangeset for help on using the changeset viewer.