Remove obsolote functions

This commit is contained in:
Michael Vogel 2016-07-09 20:09:09 +02:00
commit f27bc00464
8 changed files with 117 additions and 333 deletions

View file

@ -16,6 +16,7 @@
require_once('include/enotify.php');
require_once('include/group.php');
require_once('include/Probe.php');
function dfrn_confirm_post(&$a,$handsfree = null) {
@ -356,7 +357,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
$poll = (($contact['poll']) ? $contact['poll'] : '');
if((! $contact['notify']) || (! $contact['poll'])) {
$arr = lrdd($contact['url']);
$arr = Probe::lrdd($contact['url']);
if(count($arr)) {
foreach($arr as $link) {
if($link['@attributes']['rel'] === 'salmon')