Преглед на файлове

* Removed another warning that shouldn't ever pop up, but it did with a
poorly formatted bounce message I just got.

Tyler Akins преди 24 години
родител
ревизия
a955d2edbc
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      functions/imap_messages.php

+ 2 - 0
functions/imap_messages.php

@@ -97,6 +97,8 @@
             if ($pos = strpos($type, ";"))
                $type = substr($type, 0, $pos);
             $type = explode("/", $type);
+	    if (! isset($type[1]))
+	        $type[1] = '';
          }
          
       }