]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up to harde...
[friendica.git] / mod / notes.php
index 703c898e6e36dce0f3b82276f755a7177ab4050a..625bbd2eefa97354d84af10f2561bb13e36c4d4e 100644 (file)
@@ -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`