unimpementierte sprache entfernt

git-svn-id: svn://svn.cccv.de/engel-system@141 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-08-29 09:28:39 +00:00
parent 00fbcf135c
commit e3e7751cc4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if (!IsSet($_POST["action"]))
<select name="language">
<option value="DE" <?php if($_SESSION['Sprache'] == 'DE') { echo "selected"; } ?>>Deutsch</option>
<option value="EN" <?php if($_SESSION['Sprache'] == 'EN') { echo "selected"; } ?>>English</option>
<option value="NL" <?php if($_SESSION['Sprache'] == 'NL') { echo "selected"; } ?>>Dutch</option>
<?PHP /* <option value="NL" <?php if($_SESSION['Sprache'] == 'NL') { echo "selected"; } ?>>Dutch</option> */?>
</select>
</td></tr>
</table>