Changeset 92c18c14e163e2ab3200ccad6c6c0e6ee5c3e1a6 for db/user.cc
- Timestamp:
- 08/28/10 22:40:03 (21 months ago)
- Children:
- e044cc70b8bbba183fdf396ddbc00b2407eb5bea
- Parents:
- 28939ac15506b95f59142a06b7d6794a801f8198
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/28/10 22:40:03)
- Files:
-
- 1 modified
-
db/user.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
db/user.cc
r1a490d9 r92c18c1 133 133 std::string to = delivery_email; 134 134 std::string from = 135 std::string("Alue <") + 135 config["alue-name"].as<std::string>() + 136 " <" + 136 137 config["operator-email"].as<std::string>() + 137 138 ">";
