From: pdontthink Date: Mon, 28 Feb 2022 18:35:13 +0000 (+0000) Subject: Syntax fix (thanks to Andrew Sachen) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b0d5ef1b8c352d72e580f523d1a0f18c04e8037d;p=squirrelmail.git 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 --- 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;