From: Michael Andreen Date: Tue, 9 Jan 2007 10:45:43 +0000 (+0000) Subject: typo X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=c40e4fc03a03ea18f7fd51fbacffec9e9a8755d2;p=ndwebbie.git typo --- diff --git a/ND/Include.pm b/ND/Include.pm index 9bfb05e..447c4f9 100644 --- a/ND/Include.pm +++ b/ND/Include.pm @@ -53,7 +53,7 @@ sub intel_log { sub unread_query { return $ND::DBH->prepare_cached(q{ - SELECT count(*) AS unread, max(ftv.time) AS last_vist + SELECT count(*) AS unread, max(ftv.time) AS last_visit FROM forum_boards fb NATURAL JOIN forum_threads ft JOIN forum_posts fp USING (ftid) LEFT OUTER JOIN (SELECT * FROM forum_thread_visits WHERE uid = $1) ftv ON ftv.ftid = ft.ftid