From: pdontthink Date: Sat, 4 Jun 2022 17:20:28 +0000 (+0000) Subject: Fix undefined variable notices X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3627fc02fffacdd53157661ea0a972306826e730;p=squirrelmail.git Fix undefined variable notices git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14970 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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)