]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Merge pull request #3786 from tobiasd/3.5.4-CHANGELOG
[friendica.git] / include / conversation.php
index 184d8b911255bc984fa9549d6fcc950ae85e8608..05c41e6d27d08a87b39a1881512cfeb0cf35fa97 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`";
 }
 
 /**