X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fempty_trash.php;h=b34af88cd656199bc4d94d6d4efe57e31f7fb10a;hb=76e034f5084c4b72e243c249a030773bd03e586a;hp=8f2c322ffe8eb95a00e7b06024a79fde1a98ee1e;hpb=1d80c108a1d741b7dcb562ea1cf6d2214322b192;p=squirrelmail.git diff --git a/src/empty_trash.php b/src/empty_trash.php index 8f2c322f..b34af88c 100644 --- a/src/empty_trash.php +++ b/src/empty_trash.php @@ -67,10 +67,7 @@ for ($i = 0; $i < $numboxes; $i++) { walkTreeInPreOrderEmptyTrash(0, $imap_stream, $foldersTree); $location = get_location(); -if (isset($use_frames) && !$use_frames) - header ("Location: $location/right_main.php"); -else - header ("Location: $location/left_main.php"); +header ("Location: $location/left_main.php"); sqimap_logout($imap_stream); ?>