This commit is contained in:
Andreas Österreicher
2009-12-18 08:12:23 +00:00
parent f44b311d8b
commit 35455e4966
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ if($result = $db->db_query($qry))
else
$selected='';
echo '<option value="'.$row->gebiet_id.'" '.$selected.'>'.$row->bezeichnung.'</option>'."\n";
echo '<option value="'.$row->gebiet_id.'" '.$selected.'>'.$row->bezeichnung.' - '.$row->kurzbz.'</option>'."\n";
}
echo '</select>';
}