Bugfix: Fixed two bad sql queries
This commit is contained in:
parent
e0d329ece9
commit
41613ec55d
2 changed files with 2 additions and 2 deletions
|
@ -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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue