aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/display.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php
index b5daea2de..0331ffe4b 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -52,6 +52,7 @@ function display_content(&$a, $update = 0, $load = false) {
'deny_gid' => $channel['channel_deny_gid']
);
+/*
$x = array(
'is_owner' => true,
'allow_location' => ((intval(get_pconfig($channel['channel_id'],'system','use_browser_location'))) ? '1' : ''),
@@ -67,7 +68,7 @@ function display_content(&$a, $update = 0, $load = false) {
);
$o .= status_editor($a,$x);
-
+*/
}
// This page can be viewed by anybody so the query could be complicated