diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-08-29 09:28:39 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-08-29 09:28:39 +0000 |
commit | e3e7751cc41f2ebcfd729647c82d58ec841a78e9 (patch) | |
tree | 7da6d73a7e955dd39e6f9c39dfc45ee667cab5d1 /www-ssl | |
parent | 00fbcf135ce83af627867c61f23d5d11564661ac (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-x | www-ssl/nonpublic/einstellungen.php | 2 |
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> |