From: pdontthink Date: Tue, 10 Jul 2007 19:14:39 +0000 (+0000) Subject: removing attachedmessages GET variable that was not being used X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c74b9590c7df872c95b2fbcfcc50e645c6dc50d7 removing attachedmessages GET variable that was not being used git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12524 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index 8ee4b7b1..a81e2e2a 100644 --- a/src/compose.php +++ b/src/compose.php @@ -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 {