Browse Source

added some debugging information

Luke Ehresman 25 years ago
parent
commit
8018053b41
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/move_messages.php

+ 4 - 0
src/move_messages.php

@@ -7,6 +7,10 @@
    include("../functions/display_messages.php");
    include("../functions/imap.php");
 
+   for ($i = 0; $i < count($msg); $i++) {
+      echo "MSG: $msg[$i]<BR>";
+   }
+
    function putSelectedMessagesIntoString($msg) {
       $j = 0;
       $i = 0;