diff options
author | friendica <info@friendica.com> | 2012-03-06 16:28:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-06 16:28:52 -0800 |
commit | 39a49d51e370f6421a065cd78594e849ef92ff73 (patch) | |
tree | 57280ba5fc7c0255a5d35db5298076d71ebe5a54 /mod/display.php | |
parent | 496a0ce4d110e5a777861aff7cd4c82fe2308c89 (diff) | |
download | volse-hubzilla-39a49d51e370f6421a065cd78594e849ef92ff73.tar.gz volse-hubzilla-39a49d51e370f6421a065cd78594e849ef92ff73.tar.bz2 volse-hubzilla-39a49d51e370f6421a065cd78594e849ef92ff73.zip |
remove stray debugging
Diffstat (limited to 'mod/display.php')
-rwxr-xr-x | mod/display.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/display.php b/mod/display.php index 4f2e5ff9a..00f8b503a 100755 --- a/mod/display.php +++ b/mod/display.php @@ -34,7 +34,7 @@ function display_content(&$a) { $contact = null; $remote_contact = false; -dbg(1); + if(remote_user()) { $contact_id = $_SESSION['visitor_id']; $groups = init_groups_visitor($contact_id); @@ -138,7 +138,7 @@ dbg(1); } } -dbg(0); + return $o; } |