diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-16 00:14:07 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-16 00:14:07 +0000 |
commit | 0be11220475057eddd56cd9aca039ff5dad4edd7 (patch) | |
tree | b526f1d155a717a9efa41d5512092dd5db2e5974 /www-ssl | |
parent | 87f91a37f49b30de5ae78bab624eaf8790c65185 (diff) |
bugfix
git-svn-id: svn://svn.cccv.de/engel-system@60 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/index.php b/www-ssl/nonpublic/index.php index 99835624..d50ba044 100755 --- a/www-ssl/nonpublic/index.php +++ b/www-ssl/nonpublic/index.php @@ -71,7 +71,7 @@ else } include ("./inc/header.php"); -if( isset($ErrorText) +if( isset($ErrorText)) echo "<h2>". Get_Text($ErrorText). "</h2><br>\n"; include ("./inc/login_eingabefeld.php"); include ("./inc/footer.php"); |