* updated sweedish
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Feb 2001 01:38:00 +0000 (01:38 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Feb 2001 01:38:00 +0000 (01:38 +0000)
* updated finnish
* code cleanups
* updated changelog

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1058 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
src/delete_message.php

index c79637e684ebe009207bd91d4613e281e976b8aa..31c8f05dd9db12161e403b61602a9599fe4652d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 Version 1.0.2 -- DEVELOPMENT
 ----------------------------
 Version 1.0.2 -- DEVELOPMENT
 ----------------------------
+- Select All works through the search
+- Better escaped string handling from POST variables
+- Fixed bug that set all wrong.
+- Many more code cleanups and optomizations
+- Updated Sweedish translation
+- Updated Finnish translation
 
 Version 1.0.1 -- February 1, 2001 
 ---------------------------------
 
 Version 1.0.1 -- February 1, 2001 
 ---------------------------------
index 966578e0f9ee123c7e9a417664b8f13ffa213089..05e488993ba4752c4c62580cdeb7252b03b05ff4 100644 (file)
@@ -33,7 +33,7 @@
       sqimap_mailbox_expunge($imapConnection, $mailbox, true);
 
    $location = get_location();
       sqimap_mailbox_expunge($imapConnection, $mailbox, true);
 
    $location = get_location();
-   if ($where && $what)
+   if (isset($where) && isset($what))
       header ("Location: $location/search.php?where=".urlencode($where)."&what=".urlencode($what)."&mailbox=".urlencode($mailbox));
    else   
       header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=".urlencode($mailbox));
       header ("Location: $location/search.php?where=".urlencode($where)."&what=".urlencode($what)."&mailbox=".urlencode($mailbox));
    else   
       header ("Location: $location/right_main.php?sort=$sort&startMessage=$startMessage&mailbox=".urlencode($mailbox));