瀏覽代碼

added some debugging information

Luke Ehresman 26 年之前
父節點
當前提交
8018053b41
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;