Wenn kein Semester ausgewählt, dann "" und nicht NULL

This commit is contained in:
Manfred Kindl
2014-11-03 13:25:48 +00:00
parent 900b610d91
commit 8e7c9ef7d3
+1 -1
View File
@@ -119,7 +119,7 @@ echo '</select>
</p>
<p>Semester
<select name="semester">
<option value=NULL>*</option>
<option value="">*</option>
';
for ($i=1;$i<9;$i++)