]> git.mxchange.org Git - friendica-addons.git/blobdiff - widgets/widget_friendheader.php
Merge pull request #1027 from MrPetovan/task/9328-add-range-percent-template
[friendica-addons.git] / widgets / widget_friendheader.php
index f47b1b572c5e021cebdadbc5e249a3a74e392c40..c403129069f880af168b876a3c854889fc13faac 100644 (file)
@@ -25,7 +25,7 @@ function friendheader_widget_size()
 
 function friendheader_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'])