Browse Source

removing global

stekkel 19 years ago
parent
commit
fa2f6d41b0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      functions/imap_general.php

+ 0 - 1
functions/imap_general.php

@@ -1192,7 +1192,6 @@ function sqimap_append_done ($imap_stream, $sMailbox='') {
  * @since 1.5.1 and 1.4.5
  */
 function sqimap_append_checkresponse($response, $sMailbox, $sid='', $query='') {
-    global $color;
     // static vars to keep them available when sqimap_append_done calls this function.
     static $imapquery, $imapsid;