X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Foptions.php;h=bcdb43ad9e22d294b1eabc54c66bcbc8acf10b4e;hp=1cc7cadd6e2919aca01555be67f7425b4bd0d1f8;hb=b3c9b2de4190bf6a8d7a6e7437523d291442b093;hpb=a260c979cfb775e6feff2c1b329756302207ca73 diff --git a/src/options.php b/src/options.php index 1cc7cadd..bcdb43ad 100644 --- a/src/options.php +++ b/src/options.php @@ -196,6 +196,8 @@ /*****************************************************/ /* Let's sort Javascript Option Pages to the bottom. */ /*****************************************************/ + $js_optionpages = array(); + $reg_optionpages = array(); foreach ($optionpages as $optpage) { if (!$optpage['js']) { $reg_optionpages[] = $optpage;