Warning removal.
[squirrelmail.git] / functions / attachment_common.php
index 37f06288701cef35ac4a06c1076877c523eb9f39..5f99e30116e845429f8bb8678dd666b40057f12e 100644 (file)
@@ -10,6 +10,9 @@
     ** $Id$
     **/
 
+  global $attachment_common_show_images_list;
+  $attachment_common_show_images_list = array();
+
   global $FileExtensionToMimeType, $attachment_common_types;
   $FileExtensionToMimeType = array('bmp'  => 'image/x-bitmap',
                                    'gif'  => 'image/gif',