From 400222be130678028986c14cc398e4e1d7355153 Mon Sep 17 00:00:00 2001 From: jervfors Date: Mon, 15 Aug 2005 01:01:58 +0000 Subject: [PATCH] PHP 4.4.0 notice: Only variables should be assigned by reference in src/right_main.php on line 346 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9965 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/right_main.php b/src/right_main.php index 019a4879..8b555c1e 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -343,7 +343,7 @@ if ( sqgetGlobalVar('just_logged_in', $just_logged_in, SQ_SESSION) ) { if ($aMailbox['EXISTS'] > 0) { - $aTemplateVars =& showMessagesForMailbox($imapConnection,$aMailbox,$aProps,$iError); + $aTemplateVars = showMessagesForMailbox($imapConnection,$aMailbox,$aProps,$iError); if ($iError) { } -- 2.25.1