Syntax fix (thanks to Andrew Sachen)
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Feb 2022 18:35:13 +0000 (18:35 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Feb 2022 18:35:13 +0000 (18:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14939 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/options.php

index 4ebe3d50ab5117493575a4578c8effdb782b30f7..f69f33371c11223c9dbf6d129e392ebb42d294db 100644 (file)
@@ -120,7 +120,7 @@ function parseConfig( $cfg_file ) {
                     } else {
                         // Number or function call
                         $mode = 'N';
-                        $value = $line[$j[;
+                        $value = $line[$j];
                     }
                 }
                 break;