Pulling imapConnection var. Still causes segfaults which cannot be tracked down.
[squirrelmail.git] / src / left_main.php
index 412a6d4e5de73f69c2f3d6d43ef5690fbf4bf8b0..ed5ed23d7c8af5a02158e243c194bfa64a66b941 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;