Some more notices (#5526)
* Some more notices * Fixed nasty to find notice in DFRN and OStatus * And more notices ... * Yeah, some removed notices ... again ...
This commit is contained in:
parent
6d39cecc5d
commit
a2cea16954
10 changed files with 39 additions and 16 deletions
|
@ -213,6 +213,14 @@ function dfrn_dispatch_public($postdata)
|
|||
|
||||
// We now have some contact, so we fetch it
|
||||
$importer = DBA::fetchFirst("SELECT *, `name` as `senderName`
|
||||
'' AS `uprvkey`,
|
||||
'UTC' AS `timezone`,
|
||||
'' AS `nickname`,
|
||||
'' AS `sprvkey`,
|
||||
'' AS `spubkey`,
|
||||
0 AS `page-flags`,
|
||||
0 AS `account-type`,
|
||||
0 AS `prvnets`
|
||||
FROM `contact`
|
||||
WHERE NOT `blocked` AND `id` = ? LIMIT 1",
|
||||
$contact['id']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue