This commit is contained in:
Savetheinternet 2011-12-10 21:46:10 +11:00
parent 4fd91e4523
commit 250d06074d
3 changed files with 4 additions and 2 deletions

View file

@ -116,7 +116,7 @@
$fieldset['Noticeboard'] .= '<ul>' . $_body . '</ul></li><li>';
}
$fieldset['Noticeboard'] .= '<a href="?/noticeboard">' . _('View all entires') . '</a></li>';
$fieldset['Noticeboard'] .= '<a href="?/noticeboard">' . _('View all entries') . '</a></li>';
$query = prepare("SELECT COUNT(*) AS `count` FROM `pms` WHERE `to` = :id AND `unread` = 1");
$query->bindValue(':id', $mod['id']);