fixed warnings
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 1 Feb 2001 21:22:09 +0000 (21:22 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 1 Feb 2001 21:22:09 +0000 (21:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1033 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/empty_trash.php

index 42023fe056a185d23940ee8f9b8c8dbee63ada63..d46280142f853dbe3fbf1acea732e481517396de 100644 (file)
@@ -13,8 +13,8 @@
 
    session_start();
 
-   include("../config/config.php");
    include("../functions/strings.php");
+   include("../config/config.php");
    include("../functions/page_header.php");
    include("../functions/display_messages.php");
    include("../functions/imap.php");
@@ -28,7 +28,7 @@
 
    $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 
-   sqimap_mailbox_list($imap_stream, $boxes);
+   sqimap_mailbox_list($imap_stream);
 
    $mailbox = $trash_folder;
    $boxes = sqimap_mailbox_list($imap_stream);