]> git.mxchange.org Git - friendica-addons.git/blobdiff - widgets/widget_friends.php
numfriends addon HU translation added THX Balázs Úr
[friendica-addons.git] / widgets / widget_friends.php
index a3951cdc884387da4ce967daa2e1b09a8f886bf7..08b7415c5a3a98a2b0ef508cc53f06c4ae4794bc 100644 (file)
@@ -27,7 +27,7 @@ function friends_widget_size()
 
 function friends_widget_content(&$a, $conf)
 {
-       $r = q("SELECT `profile`.`uid` AS `profile_uid`, `profile`.* , `user`.* FROM `profile`
+       $r = q("SELECT `profile`.* , `user`.* FROM `profile`
                        LEFT JOIN `user` ON `profile`.`uid` = `user`.`uid`
                        WHERE `user`.`uid` = %s LIMIT 1",
                intval($conf['uid'])