Add access keys to mailbox list
[squirrelmail.git] / functions / display_messages.php
index 643aeb6df50b0323300501f67acdc86e390e78e8..5ef7941ae256927d39c1e0c5e621148109d0e312 100644 (file)
@@ -68,7 +68,8 @@ function logout_error( $errString, $errTitle = '' ) {
                         
     /* As of 1.5.2, plugin parameters are combined into one array; 
        plugins on this hook must be updated */
-    do_hook('logout_error', $temp=array(&$errString, &$errTitle, &$login_link));
+    $temp = array(&$errString, &$errTitle, &$login_link);
+    do_hook('logout_error', $temp);
 
     if ( $errTitle == '' ) {
         $errTitle = $errString;
@@ -101,7 +102,7 @@ function logout_error( $errString, $errTitle = '' ) {
     
     $sm_attribute_str = '';
     if (isset($hide_sm_attributions) && !$hide_sm_attributions) {
-        $sm_attribute_str = _("SquirrelMail Webmail Application") . "\n" 
+        $sm_attribute_str = _("SquirrelMail Webmail") . "\n" 
                           . _("By the SquirrelMail Project Team");
     }