From 3627fc02fffacdd53157661ea0a972306826e730 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 4 Jun 2022 17:20:28 +0000 Subject: [PATCH] Fix undefined variable notices git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14970 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/read_body.php b/src/read_body.php index 041591b6..b4b9f3a3 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -490,6 +490,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $mailbox = $aMailbox['NAME']; $urlMailbox = urlencode($mailbox); + $next = $prev = -1; // Create Prev & Next links // Handle nested entities first (i.e. Mime Attach parts) -- 2.25.1