From 4b3df4033c73b48e764d1f893f29a9d6b8883bdc Mon Sep 17 00:00:00 2001 From: horchi Date: Sat, 17 Feb 2018 13:30:48 +0100 Subject: 2018-02-17 version 1.1.85 (horchi)\n - added: Timer type and location to timer detail service\n\n --- update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.c') diff --git a/update.c b/update.c index 8db9183..1a39a1d 100644 --- a/update.c +++ b/update.c @@ -1801,7 +1801,7 @@ cEvent* cUpdate::createEventFromRow(const cDbRow* row) // finally add some fields of the view xml.appendElement("source", viewMergeSource->getStrValue()); - xml.appendElement("longdescription", viewLongDescription->getStrValue()); + xml.appendElement("longdescription", viewLongDescription->getStrValue()); // the real original without view additions // set to events aux field -- cgit v1.2.3