summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ja-squirrelmail/patches/patch-ad')
-rw-r--r--mail/ja-squirrelmail/patches/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/ja-squirrelmail/patches/patch-ad b/mail/ja-squirrelmail/patches/patch-ad
deleted file mode 100644
index 146320792fd..00000000000
--- a/mail/ja-squirrelmail/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/12/05 09:28:44 martti Exp $
-
---- plugins/listcommands/setup.php.orig 2005-02-28 05:20:12.000000000 -0500
-+++ plugins/listcommands/setup.php
-@@ -51,8 +51,9 @@ function plugin_listcommands_menu() {
- }
-
- /* proto = {mailto,href} */
-- $proto = array_shift(array_keys($actions));
-- $act = array_shift($actions);
-+ $aActionKeys = array_keys($actions);
-+ $proto = array_shift($aActionKeys);
-+ $act = array_shift($aActionKeys);
-
- if ($proto == 'mailto') {
-