From: <pdo...@us...> - 2022-02-28 18:35:15
|
Revision: 14939 http://sourceforge.net/p/squirrelmail/code/14939 Author: pdontthink Date: 2022-02-28 18:35:13 +0000 (Mon, 28 Feb 2022) Log Message: ----------- Syntax fix (thanks to Andrew Sachen) Modified Paths: -------------- trunk/squirrelmail/plugins/administrator/options.php Modified: trunk/squirrelmail/plugins/administrator/options.php =================================================================== --- trunk/squirrelmail/plugins/administrator/options.php 2022-01-18 08:12:15 UTC (rev 14938) +++ trunk/squirrelmail/plugins/administrator/options.php 2022-02-28 18:35:13 UTC (rev 14939) @@ -120,7 +120,7 @@ } else { // Number or function call $mode = 'N'; - $value = $line[$j[; + $value = $line[$j]; } } break; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |