more fake null shenanigans

This commit is contained in:
Habeas Codice 2015-02-26 08:23:02 -08:00
parent f55e210120
commit 82bb216952

View File

@ -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']));
}