[#3231] Typo in fetchmail.php
Summary Typo in fetchmail.php
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester kevin_myer (at) iu13 (dot) org
Created 01/07/2006 (974 days ago)
Due
Updated 01/07/2006 (974 days ago)
Assigned
Resolved 01/07/2006 (974 days ago)
Attachments
Milestone
Patch No

History
01/07/2006 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
01/07/2006 kevin_myer (at) iu13 (dot) org Comment #1
State ⇒ Unconfirmed
Type ⇒ Bug
Priority ⇒ 1. Low
Summary ⇒ Typo in fetchmail.php
Queue ⇒ IMP
Reply to this comment
Index: fetchmail.php
===================================================================
RCS file: /repository/imp/fetchmail.php,v
retrieving revision 1.44
diff -u -r1.44 fetchmail.php
--- fetchmail.php       4 Jan 2006 07:30:23 -0000       1.44
+++ fetchmail.php       8 Jan 2006 03:21:44 -0000
@@ -47,7 +47,7 @@
  if ($prefs->getValue('fetchmail_popup')) {
      $cancel_js = 'window.close();';
  } else {
-    IMP::menu():
+    IMP::menu();

      if (!Util::getFormData('lmailbox')) {
          $mbox = 'INBOX';