PHP 4.4.0 notice: Only variables should be assigned by reference in src/right_main...
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Aug 2005 01:01:58 +0000 (01:01 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Aug 2005 01:01:58 +0000 (01:01 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9965 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index 019a4879bc08378aa269c4772dd9bee28f620f7a..8b555c1e8e8606bd5379e12219d8a6018ea9e1f5 100644 (file)
@@ -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) {
 
     }