From 15ac78fea238aa18aac22dca396055b742394f71 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 7 Jul 2003 18:58:29 +0000 Subject: [PATCH] default becomes 0 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5241 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/mailout.php | 2 +- plugins/spamcop/spamcop.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php index cdb024a8..e505465a 100644 --- a/plugins/listcommands/mailout.php +++ b/plugins/listcommands/mailout.php @@ -64,7 +64,7 @@ if (count($idents) > 1) { } echo '' . "\n" ; } else { - echo htmlspecialchars('"'.$idents['default']['full_name'].'" <'.$idents['default']['email_address'].'>'); + echo htmlspecialchars('"'.$idents[0]['full_name'].'" <'.$idents[0]['email_address'].'>'); } echo '
' diff --git a/plugins/spamcop/spamcop.php b/plugins/spamcop/spamcop.php index c77b822c..a3f0577e 100644 --- a/plugins/spamcop/spamcop.php +++ b/plugins/spamcop/spamcop.php @@ -163,7 +163,7 @@ agree to follow SpamCop's rules/terms of service/etc.

htmlspecialchars($passed_id) ?>"> - +