We should take the event-id as well
authorMichael <heluecht@pirati.ca>
Wed, 11 Oct 2017 20:45:03 +0000 (20:45 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 11 Oct 2017 20:45:03 +0000 (20:45 +0000)
include/conversation.php

index 184d8b9..05c41e6 100644 (file)
@@ -470,7 +470,7 @@ These Fields are not added below (yet). They are here to for bug search.
                `event`.`summary` AS `event-summary`,`event`.`desc` AS `event-desc`,
                `event`.`location` AS `event-location`, `event`.`type` AS `event-type`,
                `event`.`nofinish` AS `event-nofinish`,`event`.`adjust` AS `event-adjust`,
-               `event`.`ignore` AS `event-ignore`";
+               `event`.`ignore` AS `event-ignore`, `event`.`id` AS `event-id`";
 }
 
 /**