phase 1 of interface improvements -- alternating row colors (needs some work)
[squirrelmail.git] / src / right_main.php
index e4b569cc438cc7349f3cf79daf08fb3b49e9cc10..5037fa01245574734795b1c9f5a0ff621adec2f2 100644 (file)
@@ -81,7 +81,7 @@
    }
 
    // compensate for the UW vulnerability
-   if ($imap_server_type == 'uw' && strstr($mailbox, '../')) {
+   if ($imap_server_type == 'uw' && strstr($mailbox, '/')) {
       $mailbox = 'INBOX';
    }
 
       session_register('numMessages');
    }
 
-   do_hook('ight_main_bottom');
+   do_hook('right_main_bottom');
    sqimap_logout ($imapConnection);
 ?>
 </FONT>