Sfoglia il codice sorgente

using isset($CHARSET) for consistency (and probably other reasons)

graf25 24 anni fa
parent
commit
6a732396c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

@@ -412,7 +412,7 @@
    // input.
    // See graf@relhum.org for support.
    //
-   if ($CHARSET && $CHARSET != $SOURCE_CHARSET) SqConvertRussianCharsets();
+   if (isset($CHARSET) && $CHARSET != $SOURCE_CHARSET) SqConvertRussianCharsets();
    
    if (!isset($mailbox) || $mailbox == "" || ($mailbox == "None"))
       $mailbox = "INBOX";