[SM-PLUGINS] Someone PLEASE update the Bug Reporting plugin!
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Jan 2002 08:07:25 +0000 (08:07 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Jan 2002 08:07:25 +0000 (08:07 +0000)
List name changed.

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

plugins/bug_report/bug_report.php

index bf398944edd73d4eb36e7a04b950439f1c161ec3..5f5b0f51787cc7ccaded3cfc409ce4adfe8ef03e 100644 (file)
@@ -44,7 +44,7 @@ function Show_Array($array) {
 }
 
 $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" .
                 "  [ ]  False - Please CC me when replying\n" .
                 "\n" .
@@ -175,7 +175,7 @@ $body = htmlspecialchars($body_top . $body);
    <tr>
      <td>
        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>
        </select>
      </td>