summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ja-squirrelmail/patches/patch-af')
-rw-r--r--mail/ja-squirrelmail/patches/patch-af17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/ja-squirrelmail/patches/patch-af b/mail/ja-squirrelmail/patches/patch-af
deleted file mode 100644
index 91e0a2aa0fc..00000000000
--- a/mail/ja-squirrelmail/patches/patch-af
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.1 2005/12/05 09:28:44 martti Exp $
-
---- src/search.php.orig 2005-06-22 03:05:59.000000000 -0400
-+++ src/search.php
-@@ -297,7 +297,11 @@ echo html_tag( 'table',
- /* update the recent and saved searches from the pref files */
- $attributes = get_recent($username, $data_dir);
- $saved_attributes = get_saved($username, $data_dir);
--$saved_count = count($saved_attributes['saved_what']);
-+if (isset($saved_attributes['saved_what'])) {
-+ $saved_count = count($saved_attributes['saved_what']);
-+} else {
-+ $saved_count = 0;
-+}
- $count_all = 0;
-
- /* Saved Search Table */