Removed var_dump and fixed notice.
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 16:15:15 +0000 (16:15 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Feb 2006 16:15:15 +0000 (16:15 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10788 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/left_main.tpl
templates/default/left_main_advanced.tpl

index a2b418fd95bfadd8e833f617942aaec59d8f5f00..200de304a5d542c1cf69be2973690fbe9bd95695 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * left_main.tpl
  *
@@ -102,7 +101,7 @@ function buildMailboxTree ($box, $settings, $indent_factor=0) {
         // We only display the unread count if we on the Inbox or we are told
         // to display it on all folders.
         if ( $settings['unreadNotificationAllFolders'] ||
-             (!$settings['unreadNotifictionAllFolders'] && strtolower($box['MailboxFullName'])=='inbox')
+             (!$settings['unreadNotificationAllFolders'] && strtolower($box['MailboxFullName'])=='inbox')
            )  {
             $unseen_str = $settings['unreadNotificationCummulative'] ?
                             $box['CummulativeUnreadCount'] :
index e0e3ed6e598ed7631ad7454692bdc22012825c6f..1bebd47428188513139ca90722ecdc112559d920 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * left_main_advanced.tpl
  *
@@ -381,5 +380,4 @@ $right_pos = $left_size - 20;
  </td>
 </table>
 <?php do_hook('left_main_after'); ?>
-</div>
-<?php var_dump($template_dir); ?>
+</div>
\ No newline at end of file