From: <pdo...@us...> - 2022-06-04 17:20:30
|
Revision: 14970 http://sourceforge.net/p/squirrelmail/code/14970 Author: pdontthink Date: 2022-06-04 17:20:28 +0000 (Sat, 04 Jun 2022) Log Message: ----------- Fix undefined variable notices Modified Paths: -------------- trunk/squirrelmail/src/read_body.php Modified: trunk/squirrelmail/src/read_body.php =================================================================== --- trunk/squirrelmail/src/read_body.php 2022-05-27 21:33:27 UTC (rev 14969) +++ trunk/squirrelmail/src/read_body.php 2022-06-04 17:20:28 UTC (rev 14970) @@ -490,6 +490,7 @@ $mailbox = $aMailbox['NAME']; $urlMailbox = urlencode($mailbox); + $next = $prev = -1; // Create Prev & Next links // Handle nested entities first (i.e. Mime Attach parts) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |