Browse Source

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

graf25 24 years ago
parent
commit
6a732396c1
1 changed files with 1 additions and 1 deletions
  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";