Consistant capitalization
[squirrelmail.git] / plugins / message_details / message_details_bottom.php
index 1593abb3a4ace3e31294d43700a28fe20458a7b9..83c33df981a6152cab5e4fa624eff0f91d160540 100644 (file)
@@ -21,6 +21,13 @@ require_once(SM_PATH . 'functions/prefs.php');
 
 global $color, $uid_support;
 
+sqgetGlobalVar('passed_id', $passed_id, SQ_GET);
+sqgetGlobalVar('mailbox', $mailbox, SQ_GET);
+
+sqgetGlobalVar('username', $username, SQ_SESSION);
+sqgetGlobalVar('key', $key, SQ_COOKIE);
+sqgetGlobalVar('onetimepad', $onetimepad, SQ_SESSION);
+
 function CalcEntity($entString, $direction) {
     $result = $entString;
     if ($direction == -1) {
@@ -300,11 +307,11 @@ if (count($content) > 0) {
        echo '</td><td>';
        if (isset($content[$i]['name'])) {
            echo $content[$i]['name'];
-       } else echo '&nbsp';
+       } else echo '&nbsp;';
        echo '</td><td>';
        if (isset($content[$i]['encoding'])) {
            echo $content[$i]['encoding'];
-       } else echo '&nbsp';
+       } else echo '&nbsp;';
        echo '</td></tr>'."\n";
     }
     echo '</tbody></table><br>'."\n";