even more backslashes
This commit is contained in:
@@ -362,28 +362,28 @@ function event_store_event($arr) {
|
||||
|
||||
// The event changed. Update it.
|
||||
|
||||
$r = q("UPDATE `event` SET
|
||||
`edited` = '%s',
|
||||
`dtstart` = '%s',
|
||||
`dtend` = '%s',
|
||||
`summary` = '%s',
|
||||
`description` = '%s',
|
||||
`location` = '%s',
|
||||
`etype` = '%s',
|
||||
`adjust` = %d,
|
||||
`nofinish` = %d,
|
||||
`event_status` = '%s',
|
||||
`event_status_date` = '%s',
|
||||
`event_percent` = %d,
|
||||
`event_repeat` = '%s',
|
||||
`event_sequence` = %d,
|
||||
`event_priority` = %d,
|
||||
`event_vdata` = '%s',
|
||||
`allow_cid` = '%s',
|
||||
`allow_gid` = '%s',
|
||||
`deny_cid` = '%s',
|
||||
`deny_gid` = '%s'
|
||||
WHERE `id` = %d AND `uid` = %d",
|
||||
$r = q("UPDATE event SET
|
||||
edited = '%s',
|
||||
dtstart = '%s',
|
||||
dtend = '%s',
|
||||
summary = '%s',
|
||||
description = '%s',
|
||||
location = '%s',
|
||||
etype = '%s',
|
||||
adjust = %d,
|
||||
nofinish = %d,
|
||||
event_status = '%s',
|
||||
event_status_date = '%s',
|
||||
event_percent = %d,
|
||||
event_repeat = '%s',
|
||||
event_sequence = %d,
|
||||
event_priority = %d,
|
||||
event_vdata = '%s',
|
||||
allow_cid = '%s',
|
||||
allow_gid = '%s',
|
||||
deny_cid = '%s',
|
||||
deny_gid = '%s'
|
||||
WHERE id = %d AND uid = %d",
|
||||
|
||||
dbesc($arr['edited']),
|
||||
dbesc($arr['dtstart']),
|
||||
|
||||
Reference in New Issue
Block a user