From 8947f8f32c25fdd2ae3d61652af283dc4e5191dc Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 12 Feb 2007 12:38:47 +0000 Subject: [PATCH] require of mailbox_display was required for sqm_api_mailbox_select() call git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12254 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/search.php b/src/search.php index 54abb0f9..c2a1054e 100644 --- a/src/search.php +++ b/src/search.php @@ -28,8 +28,7 @@ require_once(SM_PATH . 'functions/imap_asearch.php'); require_once(SM_PATH . 'functions/imap_messages.php'); require_once(SM_PATH . 'functions/imap_general.php'); require_once(SM_PATH . 'functions/mime.php'); -//FIXME - comment on next line seems to indicate this require is for the since removed getButton() function... the next line is thus being commented out... if this proves to be correct, please remove this and the next line completely -//require_once(SM_PATH . 'functions/mailbox_display.php'); //getButton() +require_once(SM_PATH . 'functions/mailbox_display.php'); //sqm_api_mailbox_select require_once(SM_PATH . 'functions/forms.php'); require_once(SM_PATH . 'functions/date.php'); require_once(SM_PATH . 'functions/compose.php'); -- 2.25.1