diff options
author | friendica <info@friendica.com> | 2013-01-25 23:32:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-25 23:32:44 -0800 |
commit | 70aa8421b37a6ad7318172ef515bbb56e2d33917 (patch) | |
tree | a3f6301666c5ab22be7fdb2c204993d734b58405 /include/security.php | |
parent | 93af1932181a900c7b59d99799b28bd24e2c32d8 (diff) | |
download | volse-hubzilla-70aa8421b37a6ad7318172ef515bbb56e2d33917.tar.gz volse-hubzilla-70aa8421b37a6ad7318172ef515bbb56e2d33917.tar.bz2 volse-hubzilla-70aa8421b37a6ad7318172ef515bbb56e2d33917.zip |
further baby steps on the photos API
Diffstat (limited to 'include/security.php')
-rw-r--r-- | include/security.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/security.php b/include/security.php index f28174153..9f4058f88 100644 --- a/include/security.php +++ b/include/security.php @@ -166,6 +166,8 @@ function change_channel($change_channel) { } + + function permissions_sql($owner_id,$remote_verified = false,$groups = null) { $local_user = local_user(); |