Browse Source

removing attachedmessages GET variable that was not being used

pdontthink 18 years ago
parent
commit
2e59c6b7e8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/compose.php

+ 0 - 1
src/compose.php

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