summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-29 09:28:39 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-29 09:28:39 +0000
commite3e7751cc41f2ebcfd729647c82d58ec841a78e9 (patch)
tree7da6d73a7e955dd39e6f9c39dfc45ee667cab5d1 /www-ssl
parent00fbcf135ce83af627867c61f23d5d11564661ac (diff)
unimpementierte sprache entfernt
git-svn-id: svn://svn.cccv.de/engel-system@141 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/nonpublic/einstellungen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/einstellungen.php b/www-ssl/nonpublic/einstellungen.php
index 7980137e..9f8f1fa9 100755
--- a/www-ssl/nonpublic/einstellungen.php
+++ b/www-ssl/nonpublic/einstellungen.php
@@ -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>