This commit is contained in:
Andreas Österreicher
2013-10-21 09:38:11 +00:00
parent 8bba44a7bb
commit e1f68f2172
+2 -2
View File
@@ -196,7 +196,7 @@
$htmlstr .= " </select></td>\n";
$htmlstr .= " <td>Lehrform</td>";
$htmlstr .= " <td><select name='lehrform'>\n";
$htmlstr .= " <option value='NULL'></option>";
$htmlstr .= " <option value=''></option>";
foreach ($lehrform_arr as $lehrform)
{
if ($lv->lehrform_kurzbz == $lehrform)
@@ -299,4 +299,4 @@
?>
</body>
</html>
</html>