webpages layout fixes

This commit is contained in:
Mario Vavti
2015-04-24 11:36:49 +02:00
parent 41343b32c5
commit c6a75f407d
6 changed files with 101 additions and 56 deletions

View File

@@ -106,7 +106,7 @@ function blocks_content(&$a) {
$editor = status_editor($a,$x);
$r = q("select * from item_id left join item on item_id.iid = item.id
$r = q("select iid, sid, mid, body, created, edited from item_id left join item on item_id.iid = item.id
where item_id.uid = %d and service = 'BUILDBLOCK' order by item.created desc",
intval($owner)
);