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

The "Delete" link when reading a message that was on the second or
subsequent pages of your mail folder will now return you to the proper page
instead of sending you back to page 1 all the time.

Tyler Akins преди 25 години
родител
ревизия
a973dad7bd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -238,7 +238,7 @@
    if ($where && $what) {
       echo "               <A HREF=\"delete_message.php?mailbox=$urlMailbox&message=$passed_id&where=".urlencode($where)."&what=".urlencode($what)."\">";
    } else {
-      echo "               <A HREF=\"delete_message.php?mailbox=$urlMailbox&message=$passed_id&sort=$sort&startMessage=1\">";
+      echo "               <A HREF=\"delete_message.php?mailbox=$urlMailbox&message=$passed_id&sort=$sort&startMessage=$startMessage\">";
    }
    echo _("Delete");
    echo "</A>&nbsp;&nbsp;";