From 560cab34277603bc73d0472cc5a4e2842209c62c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 22:57:13 -0400 Subject: [PATCH] remove tabs from showmessage darcs-hash:20080918025713-5ed1f-8bb2f106a567ef657a314f800da32efb7409ce2b.gz --- actions/showmessage.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/actions/showmessage.php b/actions/showmessage.php index 98daf1722a..da6546ebc3 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -97,5 +97,9 @@ class ShowmessageAction extends MailboxAction { function get_instructions() { return ''; } + + function views_menu() { + return; + } } \ No newline at end of file