X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=625bbd2eefa97354d84af10f2561bb13e36c4d4e;hb=315784444af3145e6afba210731f0104d21f9db3;hp=703c898e6e36dce0f3b82276f755a7177ab4050a;hpb=24b58af68938558baa2ddc6809401ec528ff1176;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 703c898e6e..625bbd2eef 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -117,7 +117,7 @@ function notes_content(&$a,$update = false) { $parents_str = implode(', ', $parents_arr); $r = q("SELECT `item`.*, `item`.`id` AS `item_id`, - `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`network`, `contact`.`rel`, + `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`alias`, `contact`.`network`, `contact`.`rel`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`, `contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid` FROM `item` LEFT JOIN `contact` ON `contact`.`id` = `item`.`contact-id`