1
0
Fork 0

Bugfix: Fixed two bad sql queries

This commit is contained in:
Michael Vogel 2016-08-29 18:40:40 +00:00
commit 41613ec55d
2 changed files with 2 additions and 2 deletions

View file

@ -293,7 +293,7 @@ function event_store($arr) {
`location` = '%s',
`type` = '%s',
`adjust` = %d,
`nofinish` = %d,
`nofinish` = %d
WHERE `id` = %d AND `uid` = %d",
dbesc($arr['edited']),