explode()ing on ', ' instead of ',' was breaking attachment_common_parse(). This...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 23 Dec 2002 17:14:41 +0000 (17:14 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 23 Dec 2002 17:14:41 +0000 (17:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4305 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/redirect.php

index 44ef302728702927534bab59b0e39463034b8c94..6a11d0e670728f2c97cb64977398709cacda164f 100644 (file)
@@ -190,7 +190,7 @@ function attachment_common_parse($str, $debug) {
      */
     
     $str = str_replace( ', ' , ',' , $str );
-    $types = explode(', ', $str);
+    $types = explode(',', $str);
 
     foreach ($types as $val) {
         // Ignore the ";q=1.0" stuff