documenting hook changes
[squirrelmail.git] / src / webmail.php
index 7417dd76e20db727a0470bb11852ce7136f59251..aaad5e5fc3ae2f9213c382b4cc90e1b8c9710270 100644 (file)
@@ -49,7 +49,7 @@ if (sqgetGlobalVar('startMessage', $startMessage)) {
     $startMessage = (int) $startMessage;
 }
 
-if (!sqgetGlobalVar('mailbox',$mailbox)) {
+if (!sqgetGlobalVar('mailbox', $mailbox)) {
     $mailbox = 'INBOX';
 }
 
@@ -180,6 +180,7 @@ if($ret != '') {
     $output = $ret;
 }
 echo $output;
+
 ?>
 </frameset>
 </html>
\ No newline at end of file