Cleanup for #3010 - removed all redundant lines found by @rabuzarus

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-14 09:31:27 +01:00
parent a8dc8b288c
commit 6de232c60a
3 changed files with 1 additions and 7 deletions

View file

@ -726,8 +726,6 @@ function dfrn_request_content(&$a) {
if(dbm::is_result($intro)) {
$auto_confirm = false;
$r = q("SELECT `contact`.*, `user`.* FROM `contact` LEFT JOIN `user` ON `contact`.`uid` = `user`.`uid`
WHERE `contact`.`id` = %d LIMIT 1",
intval($intro[0]['contact-id'])