diff options
author | friendica <info@friendica.com> | 2012-10-29 19:31:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-29 19:31:38 -0700 |
commit | 1a6415807ebf9ae859134c99eb64a90d7363747a (patch) | |
tree | 2f53cb0168079c9f195979474eed950ad7c38734 /boot.php | |
parent | e36ca7b41f58cf0a478f222548d419e254a201be (diff) | |
download | volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.tar.gz volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.tar.bz2 volse-hubzilla-1a6415807ebf9ae859134c99eb64a90d7363747a.zip |
more structural stuff
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ define ( 'PERMS_SPECIFIC' , 0x0080 ); define ( 'ABOOK_FLAG_BLOCKED' , 0x0001); define ( 'ABOOK_FLAG_IGNORED' , 0x0002); define ( 'ABOOK_FLAG_HIDDEN' , 0x0004); - +define ( 'ABOOK_FLAG_SELF' , 0x0080); /** |