Changeset 751fac6b567d675afee10e627efb5cf786ce5c83 for http/markread.cc
- Timestamp:
- 08/24/10 21:31:46 (21 months ago)
- Children:
- 7eb42bed950e3f81ef9f0d39432e07c55f12cc22
- Parents:
- ec0da3f87768820f9ca9e8065c7998e9d825bd4c
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/24/10 21:31:46)
- Files:
-
- 1 modified
-
http/markread.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http/markread.cc
rec0da3f r751fac6 50 50 } 51 51 52 std::multimap<std::string,std::string> fd = req->get_form_data(); 53 std::string ajax = lookup(fd, "ajax"); 54 bool value = lookup(fd, "undo") != "yes"; 55 std::string msgid = lookup(fd, "msgid"); 56 ::uri redir = lookup(fd, "redir"); 52 std::string ajax = req->get_form_field("ajax"); 53 bool value = req->get_form_field("undo") != "yes"; 54 std::string msgid = req->get_form_field("msgid"); 55 ::uri redir = req->get_form_field("redir"); 57 56 redir.replace_query_param("markread","no"); 58 57
