Преглед на файлове

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.

tokul преди 19 години
родител
ревизия
a2f8bdc447
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/left_main.php

+ 1 - 1
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;