diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 61a38e1d5..d6b9cb13c 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -890,31 +890,32 @@ class admin_shortcodes extends e_shortcode $count = $sql->count('private_msg','(*)','WHERE pm_read = 0 AND pm_to='.USERID); - if ($count >0) - { + if ($count >0) + { $countDisp = ' '.$count.' ' ; - } - else - { + } + else + { $countDisp = ''; - } + } - $inboxUrl = e_PLUGIN.'pm/admin_config.php?mode=inbox&action=list&iframe=1'; - $outboxUrl = e_PLUGIN.'pm/admin_config.php?mode=outbox&action=list&iframe=1'; + $inboxUrl = e_PLUGIN.'pm/admin_config.php?mode=inbox&action=list&iframe=1'; + $outboxUrl = e_PLUGIN.'pm/admin_config.php?mode=outbox&action=list&iframe=1'; $composeUrl = e_PLUGIN.'pm/admin_config.php?mode=outbox&action=create&iframe=1'; - $text = '