From 61afa89e38cda9f86e2c68a5b71962c40b7420f2 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 31 Jul 2000 14:33:38 +0000 Subject: [PATCH] fixed minor bug with user_languages in help documents git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@657 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/help.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/help.php b/src/help.php index 3b1e6232..aa0647fa 100644 --- a/src/help.php +++ b/src/help.php @@ -112,6 +112,7 @@ if (file_exists("../help/$squirrelmail_language")) { $help_exists = true; + $user_language = $squirrelmail_language; } else if (file_exists("../help/en")) { $help_exists = true; echo "
"; @@ -123,6 +124,8 @@ echo "
"; echo _("Some or all of the help documents are not present!"); echo "
"; + echo ""; + exit; } if ($help_exists) { -- 2.25.1