From fdbac73bae95ac06ab261dfa78e617d25bffd475 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 29 Jul 2006 06:47:59 +0000 Subject: [PATCH] Fixing PHP notice which was introduced in 1.42 of this file. If this should be somewhere else, considering the centralized init, pleae move it. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11441 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/attachment_common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 446842a2..0aed5a43 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -12,6 +12,7 @@ * @todo document attachment $type hook arguments */ +$attachment_common_show_images_list = array(); /** * Mapping of file extensions to mime types -- 2.25.1