mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
We should take the event-id as well
This commit is contained in:
parent
42a76bced9
commit
eeec1ea163
1 changed files with 1 additions and 1 deletions
|
@ -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`";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue