mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
bizzy
This commit is contained in:
parent
6817c5d59a
commit
1ea69ae275
10 changed files with 182 additions and 23 deletions
|
@ -187,7 +187,7 @@ function dfrn_request_post(&$a) {
|
|||
if(is_array($contact_record)) {
|
||||
// There is a contact record but no issued-id, so this
|
||||
// is a reciprocal introduction from a known contact
|
||||
$r = q("UPDATE `contact` SET `issued-id` = '%s', `ret-blocked` = 1 WHERE `id` = %d LIMIT 1",
|
||||
$r = q("UPDATE `contact` SET `issued-id` = '%s' WHERE `id` = %d LIMIT 1",
|
||||
dbesc($issued_id),
|
||||
intval($contact_record['id'])
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue