Some uniformity into the sec index.php flavor
[squirrelmail.git] / plugins / bug_report / bug_report.php
index 0c85c8c9a213914d51d81770c85f859526745740..aa95600c7f7ae184ff639cf64af1bb5db56f88c0 100644 (file)
@@ -28,7 +28,7 @@ require_once('../functions/imap.php');
 require_once('../functions/array.php');
 require_once('../functions/i18n.php');
 require_once('../src/load_prefs.php');
-displayPageHeader($color, "None");
+displayPageHeader($color, 'None');
 
 
 function Show_Array($array) {
@@ -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" .
@@ -82,7 +82,7 @@ if ($ldap_server[0] && ! extension_loaded('ldap')) {
 
 $body .= "\nMy IMAP server information:\n" .
             "  Server type:  $imap_server_type\n";
-$imap_stream = fsockopen ($imapServerAddress, $imapPort, &$error_number, &$error_string);
+$imap_stream = fsockopen ($imapServerAddress, $imapPort, $error_number, $error_string);
 $server_info = fgets ($imap_stream, 1024);
 if ($imap_stream) {
     // SUPRESS HOST NAME
@@ -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>