Apache 2.0.55/PHP 5.1.6
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Sep 2006 11:31:35 +0000 (11:31 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Sep 2006 11:31:35 +0000 (11:31 +0000)
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

index ed5ed23d7c8af5a02158e243c194bfa64a66b941..412a6d4e5de73f69c2f3d6d43ef5690fbf4bf8b0 100644 (file)
@@ -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;