You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnDataContext.Instance().ExecuteQuery<DateTime>(System.Data.CommandType.Text,"SELECT LastAccessDate FROM {databaseOwner}{objectQualifier}activeforums_Forums_Tracking WHERE ForumId = @0 AND UserId = @1",ForumId,UserId).FirstOrDefault();
Copy file name to clipboardexpand all lines: Dnn.CommunityForums/components/Topics/TopicsController.cs
+11-2
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
usingSystem.Data;
23
23
usingSystem.Data.SqlTypes;
24
24
usingSystem.Linq;
25
+
usingSystem.Runtime.Remoting.Messaging;
25
26
usingSystem.Text.RegularExpressions;
26
27
usingDotNetNuke.Common.Controls;
27
28
usingDotNetNuke.Entities.Modules;
@@ -48,9 +49,17 @@ public class TopicsController : DotNetNuke.Entities.Modules.ModuleSearchBase, Do
48
49
[Obsolete(message:"Deprecated in Community Forums. Scheduled removal in 10.00.00. Use DotNetNuke.Modules.ActiveForums.Controllers.TopicController.Save(TopicInfo ti)")]
[Obsolete(message:"Deprecated in Community Forums. Scheduled removal in 10.00.00. Use DotNetNuke.Modules.ActiveForums.Controllers.TopicController.SaveToForum(int ModuleId, int ForumId, int TopicId, int LastReplyId)")]
[Obsolete(message:"Deprecated in Community Forums. Scheduled removal in 10.00.00. Use DotNetNuke.Modules.ActiveForums.Controllers.TopicController.SaveToForum(int ModuleId, int ForumId, int TopicId, int LastReplyId)")]
[Obsolete("Deprecated in Community Forums. Scheduled removal in 10.00.00. Use DotNetNuke.Modules.ActiveForums.Controllers.TopicController.GetById(int TopicId)")]
[Obsolete("Deprecated in Community Forums. Scheduled removal in 10.00.00. Use DotNetNuke.Modules.ActiveForums.Controllers.TopicController.GetById(int TopicId)")]
0 commit comments