From b3c9b2de4190bf6a8d7a6e7437523d291442b093 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 12 Nov 2001 14:10:47 +0000 Subject: [PATCH] Warning removal git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1735 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.25.1