From 7de9679a01b799bddbbb4b205dd161419be6e866 Mon Sep 17 00:00:00 2001 From: kkalev Date: Fri, 8 Nov 2002 15:07:09 +0000 Subject: [PATCH] Fix a parse error in failed_logins.php3 --- Changelog | 1 + htdocs/failed_logins.php3 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 5530795..33ae9e6 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ Ver 1.61: admin.conf about the change info page not working if this directive is used. * When spliting cn in lib/ldap/create_user.php3 limit the split to 2 new elements not 3. * Fix a few bugs in log_badlogins +* Fix a parse error in failed_logins.php3 Ver 1.60: * Use require_once when including lib/functions.php3 in lib/sql * In the buttons toolbar Edit User should not be clickable. diff --git a/htdocs/failed_logins.php3 b/htdocs/failed_logins.php3 index 98aa17a..806058f 100644 --- a/htdocs/failed_logins.php3 +++ b/htdocs/failed_logins.php3 @@ -109,7 +109,6 @@ if ($link){ } else $da_name_cache[$row[NASIPAddress]] = $acct_server; - } } } else -- 2.39.5