From 182bffcc6b8481e002a33b65653557012fd6ba67 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 9 Jan 2019 16:24:21 -0500 Subject: [PATCH] Fix wrong git-fu in mod/directory --- mod/directory.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/directory.php b/mod/directory.php index 8ca8d8158e..6ef3134517 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -113,8 +113,6 @@ function directory_content(App $a) $entries = []; - while ($rr = DBA::fetch($r)) { - while ($rr = DBA::fetch($r)) { $itemurl = (($rr['addr'] != "") ? $rr['addr'] : $rr['profile_url']);