Find & replace went horribly wrong...

This commit is contained in:
Ice
2008-08-10 01:56:17 +00:00
parent 78ce5e5f92
commit 18d0124675
5 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ if (!defined('IN_PORTAL'))
if ($user->data['is_registered'])
{
// new posts since last visit
$sql = "SELECT sizeof(distinct post_id) as total
$sql = "SELECT COUNT(distinct post_id) as total
FROM " . POSTS_TABLE . "
WHERE post_time >= " . $user->data['session_last_visit'];
$result = $db->sql_query($sql);