From 9203b48527050b0b4a17120a95b2b3202842d56d Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 9 Jun 2011 01:01:29 -0700 Subject: [PATCH] default event publish permissions = personal --- mod/events.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod/events.php b/mod/events.php index b480b7f6bf..af829c28df 100644 --- a/mod/events.php +++ b/mod/events.php @@ -54,6 +54,9 @@ function events_post(&$a) { $str_contact_deny = perms2str($_POST['contact_deny']); + // until publishing is ready + $str_contact_allow = '<' . local_user() . '>'; + if($event_id) { $r = q("UPDATE `event` SET `edited` = '%s',