Review updates
changes based on review comments.
This commit is contained in:
parent
d7dc51ecc1
commit
cfd8ae389c
1 changed files with 6 additions and 16 deletions
|
@ -1649,20 +1649,11 @@ class DFRN
|
||||||
`addr` = '%s', `keywords` = '%s', `bdyear` = '%s', `bd` = '%s', `hidden` = %d,
|
`addr` = '%s', `keywords` = '%s', `bdyear` = '%s', `bd` = '%s', `hidden` = %d,
|
||||||
`xmpp` = '%s', `name-date` = '%s', `uri-date` = '%s'
|
`xmpp` = '%s', `name-date` = '%s', `uri-date` = '%s'
|
||||||
WHERE `id` = %d AND `network` = '%s'",
|
WHERE `id` = %d AND `network` = '%s'",
|
||||||
dbesc($contact["name"]),
|
dbesc($contact["name"]), dbesc($contact["nick"]), dbesc($contact["about"]), dbesc($contact["location"]),
|
||||||
dbesc($contact["nick"]),
|
dbesc($contact["addr"]), dbesc($contact["keywords"]), dbesc($contact["bdyear"]),
|
||||||
dbesc($contact["about"]),
|
dbesc($contact["bd"]), intval($contact["hidden"]), dbesc($contact["xmpp"]),
|
||||||
dbesc($contact["location"]),
|
dbesc(DBM::date($contact["name-date"])), dbesc(DBM::date($contact["uri-date"])),
|
||||||
dbesc($contact["addr"]),
|
intval($contact["id"]), dbesc($contact["network"])
|
||||||
dbesc($contact["keywords"]),
|
|
||||||
dbesc($contact["bdyear"]),
|
|
||||||
dbesc($contact["bd"]),
|
|
||||||
intval($contact["hidden"]),
|
|
||||||
dbesc($contact["xmpp"]),
|
|
||||||
dbesc(DBM::date($contact["name-date"])),
|
|
||||||
dbesc(DBM::date($contact["uri-date"])),
|
|
||||||
intval($contact["id"]),
|
|
||||||
dbesc($contact["network"])
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1913,8 +1904,7 @@ class DFRN
|
||||||
intval(0)
|
intval(0)
|
||||||
);
|
);
|
||||||
|
|
||||||
notification(
|
notification(array(
|
||||||
array(
|
|
||||||
"type" => NOTIFY_SUGGEST,
|
"type" => NOTIFY_SUGGEST,
|
||||||
"notify_flags" => $importer["notify-flags"],
|
"notify_flags" => $importer["notify-flags"],
|
||||||
"language" => $importer["language"],
|
"language" => $importer["language"],
|
||||||
|
|
Loading…
Reference in a new issue