Fix FIXME in functions/addressbook.php
[squirrelmail.git] / functions / attachment_common.php
index 0aec18e730225deae40db9136d55f6560d585491..0aed5a439aea63327d7423659f7665bfc17d83d4 100644 (file)
@@ -12,6 +12,7 @@
  * @todo document attachment $type hook arguments
  */
 
+$attachment_common_show_images_list = array();
 
 /**
  * Mapping of file extensions to mime types
@@ -262,5 +263,3 @@ function attachment_common_octet_stream(&$Args) {
         $Args[$a] = $b;
     }
 }
-
-?>
\ No newline at end of file