removing attachedmessages GET variable that was not being used
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Jul 2007 19:14:39 +0000 (19:14 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Jul 2007 19:14:39 +0000 (19:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12524 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 8ee4b7b12966e21e582cee4ac2b80b812dfdc041..a81e2e2a7f99cfa6e5fb0d0e81afd5c3db3fb713 100644 (file)
@@ -109,7 +109,6 @@ if ( sqgetGlobalVar('return', $temp, SQ_POST) ) {
 }
 
 /** GET VARS */
-sqgetGlobalVar('attachedmessages', $attachedmessages, SQ_GET);
 if ( sqgetGlobalVar('account', $temp,  SQ_GET) ) {
     $iAccount = (int) $temp;
 } else {