more fake null shenanigans
This commit is contained in:
parent
f55e210120
commit
82bb216952
@ -2880,6 +2880,9 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) {
|
||||
|
||||
if(count($clean)) {
|
||||
foreach($clean as $k => $v) {
|
||||
if($k == 'abook_dob')
|
||||
$v = dbescdate($v);
|
||||
|
||||
$r = dbq("UPDATE abook set " . dbesc($k) . " = '" . dbesc($v)
|
||||
. "' where abook_xchan = '" . dbesc($clean['abook_xchan']) . "' and abook_channel = " . intval($channel['channel_id']));
|
||||
}
|
||||
|
Reference in New Issue
Block a user