Changeset d3efc818ad12f25b70157a80a98888a3fbaac544 for http/article.cc
- Timestamp:
- 08/23/10 22:36:53 (21 months ago)
- Children:
- ec0da3f87768820f9ca9e8065c7998e9d825bd4c
- Parents:
- 22d9643ba8d951cde698749cf25dbe905e197a4f
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/23/10 22:36:53)
- Files:
-
- 1 modified
-
http/article.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http/article.cc
r563ece2 rd3efc81 95 95 boost::shared_ptr<db::user> u = req->get_user(); 96 96 97 if (is_single && u) u->mark_read(art->msgid()); 97 if (is_single && u && req->get_query_param("markread") != "no") 98 u->mark_read(art->msgid()); 98 99 99 100 db::thread_node::ptr tn =
