From 124e772248ea3d39eb2905a14ebd903f5d4da63f Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 18 Sep 2006 11:31:35 +0000 Subject: [PATCH] Apache 2.0.55/PHP 5.1.6 Apache 1.3.33/PHP 4.3.11 Apache 2.0.54/PHP 4.3.10 Apache 1.3.33/PHP 4.1.2 No segfaults. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11711 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index ed5ed23d..412a6d4e 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -191,7 +191,7 @@ $oTemplate->assign('mailboxes', $mailbox_structure); * globals, which are dirty, filthy things in templates. :) */ $settings = array(); -#$settings['imapConnection'] = $imapConnection; +$settings['imapConnection'] = $imapConnection; $settings['iconThemePath'] = $icon_theme_path; $settings['templateDirectory'] = $sTplDir; $settings['unreadNotificationEnabled'] = $unseen_notify!=1; -- 2.25.1