From d92a4a686dd989613cfb628896902c7a4f21c522 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 18 Jul 2012 17:08:03 -0700 Subject: eliminate the obsolete "last-child" indicator --- mod/dfrn_confirm.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/dfrn_confirm.php') diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 716168a55..274527bc2 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -466,7 +466,6 @@ function dfrn_confirm_post(&$a,$handsfree = null) { $arr['object'] .= xmlify('' . "\n"); $arr['object'] .= '' . "\n"; - $arr['last-child'] = 1; $arr['allow_cid'] = $user[0]['allow_cid']; $arr['allow_gid'] = $user[0]['allow_gid']; @@ -787,7 +786,6 @@ function dfrn_confirm_post(&$a,$handsfree = null) { $arr['object'] .= xmlify('' . "\n"); $arr['object'] .= '' . "\n"; - $arr['last-child'] = 1; $arr['allow_cid'] = $user[0]['allow_cid']; $arr['allow_gid'] = $user[0]['allow_gid']; -- cgit v1.2.3