Initialize $output
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 7 Aug 2002 15:38:55 +0000 (15:38 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 7 Aug 2002 15:38:55 +0000 (15:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3275 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/listcommands/setup.php

index 226f5fdf9e36946f24b1cab832db26f074f50749..07e9f7040bd0504d8e7e5867ee4067b5bc3238fb 100644 (file)
@@ -35,6 +35,7 @@ function plugin_listcommands_menu() {
                          'archive'     => _("List Archives"),
                          'owner'       => _("Contact Listowner"),
                          'help'        => _("Help"));
                          'archive'     => _("List Archives"),
                          'owner'       => _("Contact Listowner"),
                          'help'        => _("Help"));
+    $output = array();
 
     foreach ($message->rfc822_header->mlist as $cmd => $actions) {
 
 
     foreach ($message->rfc822_header->mlist as $cmd => $actions) {