Verband E für Reservierungen hinzugefügt

This commit is contained in:
Andreas Österreicher
2014-08-29 08:08:35 +00:00
parent 24dff3fc17
commit afb9ec24bf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -979,6 +979,7 @@ class wochenplan extends basis_db
<OPTION value="B">B</OPTION>
<OPTION value="C">C</OPTION>
<OPTION value="D">D</OPTION>
<OPTION value="E">E</OPTION>
<OPTION value="F">F</OPTION>
<OPTION value="V">V</OPTION>
</SELECT>
+1 -1
View File
@@ -153,7 +153,7 @@ $(document).ready(function()
Verband
<select name="verband">
<option value=NULL>*</option>
<?php $verbaende=array("'A'","'B'","'C'","'D'","'F'","'V'");
<?php $verbaende=array("'A'","'B'","'C'","'D'","'E'","'F'","'V'");
foreach ($verbaende as $i)
{
if ($verband==$i)