From e64fd2b86886ca0101d6acc735e6c6e76c747554 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Sat, 4 Apr 2020 17:44:12 +0200 Subject: [PATCH] LSID logins were removed from AWL, drop related bits in davical --- inc/interactive-page.php | 2 +- inc/other_translated_strings.php | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/inc/interactive-page.php b/inc/interactive-page.php index c0e87389..d5594942 100644 --- a/inc/interactive-page.php +++ b/inc/interactive-page.php @@ -10,7 +10,7 @@ if ( isset($c->authenticate_hook['server_auth_type']) ) { $home_menu->AddOption(translate('Home'), $c->base_url.'/index.php'); // dummy, so the menu gets shown } } else { - $home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout&forget', translate('Log out of DAViCal') ); + $home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout', translate('Log out of DAViCal') ); } $wiki_help = ''; diff --git a/inc/other_translated_strings.php b/inc/other_translated_strings.php index 28ce635d..d568a8da 100644 --- a/inc/other_translated_strings.php +++ b/inc/other_translated_strings.php @@ -33,9 +33,6 @@ i18n('Edit this user record'); i18n('You are viewing'); i18n('You are editing'); -# Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future -i18n("forget me not"); - // Date format types i18n('European'); i18n('US Format');