Version 2021
This commit is contained in:
		@@ -19,7 +19,7 @@ function generate_tooltip_description($row) {
 | 
			
		||||
    $description .= "<strong>Unfallart:</strong> ".$arrUnfallart[$row['UART']]."<br>";
 | 
			
		||||
    $description .= "<strong>Unfalltyp:</strong> ".$arrUnfalltyp[$row['UTYP1']]."<br>";
 | 
			
		||||
    $description .= "<strong>Lichtverhältnisse:</strong> ".$arrLicht[$row['ULICHTVERH']]."<br>";
 | 
			
		||||
    $description .= "<strong>Straßenzustand:</strong> ".$arrStrassenzustand[$row['STRZUSTAND']]."<br>";
 | 
			
		||||
    $description .= "<strong>Straßenzustand:</strong> ".$arrStrassenzustand[$row['USTRZUSTAND']]."<br>";
 | 
			
		||||
    $description .= "<strong>Unfallbeteiligte:</strong> ";
 | 
			
		||||
    if ($row['IstRad']) $description .="mit Fahrradbeteiligung, ";
 | 
			
		||||
    if ($row['IstPKW']) $description .="mit PKW-Beteiligung, ";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user