From 23796ec2909bf9cb3ae846f9d124a1098672c5ff Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 18 Dec 2006 09:11:57 +0000 Subject: Fix display of quota image/text after a remote command. --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index e67518512..52d6ddc50 100644 --- a/index.php +++ b/index.php @@ -314,6 +314,9 @@ if ($_task=='mail') if ($_action=='quotaimg') include('program/steps/mail/quotaimg.inc'); + if ($_action=='quotadisplay') + include('program/steps/mail/quotadisplay.inc'); + // make sure the message count is refreshed $IMAP->messagecount($_SESSION['mbox'], 'ALL', TRUE); -- cgit v1.2.3