aboutsummaryrefslogtreecommitdiffstats
path: root/mod/blocks.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-24 11:36:49 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-24 11:36:49 +0200
commitc6a75f407db0ab68a562442483b0f6402e34c0da (patch)
tree9b968547f16200aaf2696af9633dc875d54892d4 /mod/blocks.php
parent41343b32c5f9bb640ec92b6e19e95ebe4955cd98 (diff)
downloadvolse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.tar.gz
volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.tar.bz2
volse-hubzilla-c6a75f407db0ab68a562442483b0f6402e34c0da.zip
webpages layout fixes
Diffstat (limited to 'mod/blocks.php')
-rw-r--r--mod/blocks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blocks.php b/mod/blocks.php
index f609164e0..ac78473ce 100644
--- a/mod/blocks.php
+++ b/mod/blocks.php
@@ -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)
);