entferne unnoetigen engel

git-svn-id: svn://svn.cccv.de/engel-system@104 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-12-18 23:21:40 +00:00
parent 31f79eea27
commit f519da5994
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ echo "\t\t\t<tr><td>". Get_Text("makeuser_Engelart").
echo "\t\t\t<select name=\"Art\">\n";
echo "\t\t\t\t<option value=\"Konferenz\""; if ($_POST["Art"]=="Konferenz") echo " selected";
echo ">Konferenz</option>\n";
echo "\t\t\t\t<option value=\"Dokumentation\""; if ($_POST["Art"]=="Dokumentation") echo " selected";
echo ">Dokumentation</option>\n";
//echo "\t\t\t\t<option value=\"Dokumentation\""; if ($_POST["Art"]=="Dokumentation") echo " selected";
// echo ">Dokumentation</option>\n";
echo "\t\t\t\t<option value=\"Eingang\""; if ($_POST["Art"]=="Eingang") echo " selected";
echo ">Eingang</option>\n";
echo "\t\t\t\t<option value=\"Schutzengel\""; if ($_POST["Art"]=="Schutzengel") echo " selected";