From: stevetruckstuff Date: Thu, 10 Aug 2006 22:33:36 +0000 (+0000) Subject: Turn on delayed errors. ERrors generated here will be held over until right_main... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b087d1997057a97b54175670f00648a2a5dac4ca;p=squirrelmail.git Turn on delayed errors. ERrors generated here will be held over until right_main.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11511 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index cba10d1c..667587f5 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -62,6 +62,7 @@ foreach ($js_includes as $js_file) { $mailboxes=sqimap_get_mailboxes($imapConnection,false,$show_only_subscribed_folders); displayHtmlHeader( 'SquirrelMail', $xtra ); +$oErrorHandler->setDelayedErrors(true); sqgetGlobalVar('auto_create_done',$auto_create_done,SQ_SESSION); /* If requested and not yet complete, attempt to autocreate folders. */