diff --git a/mod/hcard.php b/mod/hcard.php
index d53405009..8d79dd054 100644
--- a/mod/hcard.php
+++ b/mod/hcard.php
@@ -47,7 +47,11 @@ function hcard_init(App &$a) {
header('Link: <' . App::get_baseurl() . '/xrd/?uri=' . $uri . '>; rel="lrdd"; type="application/xrd+xml"', false);
$dfrn_pages = array('request', 'confirm', 'notify', 'poll');
+<<<<<<< upstream/develop
foreach ($dfrn_pages as $dfrn) {
+=======
+ foreach($dfrn_pages as $dfrn) {
+>>>>>>> HEAD~65
$a->page['htmlhead'] .= "\r\n";
}
diff --git a/mod/noscrape.php b/mod/noscrape.php
index 758ce8ba5..33255f0fa 100644
--- a/mod/noscrape.php
+++ b/mod/noscrape.php
@@ -26,6 +26,7 @@ function noscrape_init(App &$a) {
$keywords = str_replace(array('#',',',' ',',,'),array('',' ',',',','),$keywords);
$keywords = explode(',', $keywords);
+ /// @TODO This query's result is not being used (see below), maybe old-lost code?
$r = q("SELECT `photo` FROM `contact` WHERE `self` AND `uid` = %d",
intval($a->profile['uid']));
diff --git a/mod/profile.php b/mod/profile.php
index 8519f7e82..28b508dc0 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -62,7 +62,11 @@ function profile_init(App &$a) {
header('Link: <' . App::get_baseurl() . '/xrd/?uri=' . $uri . '>; rel="lrdd"; type="application/xrd+xml"', false);
$dfrn_pages = array('request', 'confirm', 'notify', 'poll');
+<<<<<<< upstream/develop
foreach ($dfrn_pages as $dfrn) {
+=======
+ foreach($dfrn_pages as $dfrn) {
+>>>>>>> HEAD~65
$a->page['htmlhead'] .= "\r\n";
}
$a->page['htmlhead'] .= "\r\n";