mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user