Zusatzspalten "gebiet_id" und "zeit" im Gebiets-Dropdown eingeblendet

This commit is contained in:
Manfred Kindl
2011-03-28 07:35:53 +00:00
parent 6808c1a094
commit e725286b91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ if($result = $db->db_query($qry))
else
$selected='';
echo '<option value="'.$row->gebiet_id.'" '.$selected.'>'.$row->bezeichnung.' - '.$row->kurzbz.'</option>'."\n";
echo '<option value="'.$row->gebiet_id.'" '.$selected.'>'.$row->gebiet_id.' - '.$row->bezeichnung.' - '.$row->kurzbz.' - '.$row->zeit.'</option>'."\n";
}
echo '</select>';
}