From 24900ef2773fdcd3afc1f7598e2d2ab99e138d71 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 28 Jun 2012 08:43:01 +0200 Subject: Fixed calendar/date bug in praxisd. --- server/src/praxisd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/praxisd.cc b/server/src/praxisd.cc index d1ac4e5..c198051 100644 --- a/server/src/praxisd.cc +++ b/server/src/praxisd.cc @@ -816,7 +816,7 @@ public: if(name == "aftale") { Praxisd::aftale_t a; if(attr.find("date") != attr.end()) a.date = attr["date"]; - if(attr.find("calendar") != attr.end()) a.date = attr["calendar"]; + if(attr.find("calendar") != attr.end()) a.calendar = attr["calendar"]; div.push_back(a); } DODIVTAG(cpr); -- cgit v1.2.3