From: tokul Date: Mon, 18 Sep 2006 11:31:35 +0000 (+0000) Subject: Apache 2.0.55/PHP 5.1.6 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=124e772248ea3d39eb2905a14ebd903f5d4da63f;p=squirrelmail.git 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 --- 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;