From a894ba5029a09fb9d0453b5cf9c944ce313f8a48 Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 29 Jun 2006 23:41:40 +0000 Subject: Removeable attachments, Auto-default folder creation, bug fixes --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 84e11aeba..88c712082 100644 --- a/index.php +++ b/index.php @@ -259,7 +259,7 @@ if ($_task=='mail') if ($_action=='upload') include('program/steps/mail/upload.inc'); - if ($_action=='compose') + if ($_action=='compose' || $_action=='remove-attachment') include('program/steps/mail/compose.inc'); if ($_action=='addcontact') -- cgit v1.2.3