From 5d623f3a0861734e5243c35c5f40df7838bbeda2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 3 May 2014 01:14:28 -0700 Subject: [PATCH] more easter eggs --- include/security.php | 6 ++++++ version.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/security.php b/include/security.php index f15dea302..53161e427 100644 --- a/include/security.php +++ b/include/security.php @@ -108,6 +108,9 @@ function change_channel($change_channel) { function permissions_sql($owner_id,$remote_verified = false,$groups = null) { + if(defined('STATUSNET_PRIVACY_COMPATIBILITY')) + return ''; + $local_user = local_user(); $remote_user = remote_user(); @@ -170,6 +173,9 @@ function permissions_sql($owner_id,$remote_verified = false,$groups = null) { function item_permissions_sql($owner_id,$remote_verified = false,$groups = null) { + if(defined('STATUSNET_PRIVACY_COMPATIBILITY')) + return ''; + $local_user = local_user(); $remote_user = remote_user(); diff --git a/version.inc b/version.inc index 4c5428458..c97e190a4 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-05-02.663 +2014-05-03.664