瀏覽代碼

[SM-PLUGINS] Someone PLEASE update the Bug Reporting plugin!

List name changed.
philippe_mingo 23 年之前
父節點
當前提交
ca481d1390
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/bug_report/bug_report.php

+ 2 - 2
plugins/bug_report/bug_report.php

@@ -44,7 +44,7 @@ function Show_Array($array) {
 }
 }
 
 
 $browser = get_browser();
 $browser = get_browser();
-$body_top .= "I subscribe to the squirrelmail-list mailing list.\n" .
+$body_top .= "I subscribe to the squirrelmail-users mailing list.\n" .
                 "  [ ]  True - No need to CC me when replying\n" .
                 "  [ ]  True - No need to CC me when replying\n" .
                 "  [ ]  False - Please CC me when replying\n" .
                 "  [ ]  False - Please CC me when replying\n" .
                 "\n" .
                 "\n" .
@@ -175,7 +175,7 @@ $body = htmlspecialchars($body_top . $body);
    <tr>
    <tr>
      <td>
      <td>
        This bug involves: <select name="send_to">
        This bug involves: <select name="send_to">
-         <option value="squirrelmail-list@lists.sourceforge.net">the general program</option>
+         <option value="squirrelmail-users@lists.sourceforge.net">the general program</option>
          <option value="squirrelmail-plugins@lists.sourceforge.net">a specific plugin</option>
          <option value="squirrelmail-plugins@lists.sourceforge.net">a specific plugin</option>
        </select>
        </select>
      </td>
      </td>