ActiveTopicCount = -1 if IsEmpty(Session(strCookieURL & "last_here_date")) then Session(strCookieURL & "last_here_date") = ReadLastHereDate(strDBNTUserName) end if if not IsNull(Session(strCookieURL & "last_here_date")) then if not blnHiddenForums then
if not rs.EOF then ActiveTopicCount = rs("NUM_ACTIVE") else ActiveTopicCount = 0 end if end if end if
Its in my previous forum of snitz which was modded (in inc_header.asp) but its not in the newest version and I cant see that it has come from any mods either! so where is it from?
Edited by - GarethMoore1979 on 05 August 2004 12:46:10