From b0d5ef1b8c352d72e580f523d1a0f18c04e8037d Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 28 Feb 2022 18:35:13 +0000 Subject: [PATCH] Syntax fix (thanks to Andrew Sachen) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14939 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/administrator/options.php b/plugins/administrator/options.php index 4ebe3d50..f69f3337 100644 --- a/plugins/administrator/options.php +++ b/plugins/administrator/options.php @@ -120,7 +120,7 @@ function parseConfig( $cfg_file ) { } else { // Number or function call $mode = 'N'; - $value = $line[$j[; + $value = $line[$j]; } } break; -- 2.25.1