From cf4036104b5fffd63473dfa53f44fd15ef4d1727 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 16 Aug 2011 20:09:41 +0200 Subject: fix sioc export --- www/api/export_sioc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/api/export_sioc.php b/www/api/export_sioc.php index 8bdfd70..47ffc96 100644 --- a/www/api/export_sioc.php +++ b/www/api/export_sioc.php @@ -67,9 +67,9 @@ $bookmarks =& $bookmarkservice->getBookmarks(0, NULL, NULL, NULL); - + - + -- cgit v1.2.3 From 160ce01f7b709c38e9c3c081076a2d3e561ae2c5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 17 Aug 2011 18:16:50 +0200 Subject: prevent notice when sidebar blocks are not defined --- data/templates/default/sidebar.tpl.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/data/templates/default/sidebar.tpl.php b/data/templates/default/sidebar.tpl.php index e823af5..b4fac96 100644 --- a/data/templates/default/sidebar.tpl.php +++ b/data/templates/default/sidebar.tpl.php @@ -1,4 +1,6 @@ -isAdmin($userid)): ?> +isAdmin($userid) +): ?>