added extra spaces to make it look nice. #3010
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
b5776ab959
commit
036edc2fd0
|
@ -746,7 +746,7 @@ function dfrn_request_content(&$a) {
|
||||||
'to_name' => $r[0]['username'],
|
'to_name' => $r[0]['username'],
|
||||||
'to_email' => $r[0]['email'],
|
'to_email' => $r[0]['email'],
|
||||||
'uid' => $r[0]['uid'],
|
'uid' => $r[0]['uid'],
|
||||||
'link' => $a->get_baseurl() . '/notifications/intros',
|
'link' => $a->get_baseurl() . '/notifications/intros',
|
||||||
'source_name' => ((strlen(stripslashes($r[0]['name']))) ? stripslashes($r[0]['name']) : t('[Name Withheld]')),
|
'source_name' => ((strlen(stripslashes($r[0]['name']))) ? stripslashes($r[0]['name']) : t('[Name Withheld]')),
|
||||||
'source_link' => $r[0]['url'],
|
'source_link' => $r[0]['url'],
|
||||||
'source_photo' => $r[0]['photo'],
|
'source_photo' => $r[0]['photo'],
|
||||||
|
@ -758,11 +758,11 @@ function dfrn_request_content(&$a) {
|
||||||
if($auto_confirm) {
|
if($auto_confirm) {
|
||||||
require_once('mod/dfrn_confirm.php');
|
require_once('mod/dfrn_confirm.php');
|
||||||
$handsfree = array(
|
$handsfree = array(
|
||||||
'uid' => $r[0]['uid'],
|
'uid' => $r[0]['uid'],
|
||||||
'node' => $r[0]['nickname'],
|
'node' => $r[0]['nickname'],
|
||||||
'dfrn_id' => $r[0]['issued-id'],
|
'dfrn_id' => $r[0]['issued-id'],
|
||||||
'intro_id' => $intro[0]['id'],
|
'intro_id' => $intro[0]['id'],
|
||||||
'duplex' => (($r[0]['page-flags'] == PAGE_FREELOVE) ? 1 : 0),
|
'duplex' => (($r[0]['page-flags'] == PAGE_FREELOVE) ? 1 : 0),
|
||||||
'activity' => intval(get_pconfig($r[0]['uid'],'system','post_newfriend'))
|
'activity' => intval(get_pconfig($r[0]['uid'],'system','post_newfriend'))
|
||||||
);
|
);
|
||||||
dfrn_confirm_post($a,$handsfree);
|
dfrn_confirm_post($a,$handsfree);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user