convert the abook fields
This commit is contained in:
+2
-3
@@ -373,10 +373,9 @@ function settings_post(&$a) {
|
||||
);
|
||||
}
|
||||
|
||||
$r = q("update abook set abook_my_perms = %d where abook_channel = %d and (abook_flags & %d)>0",
|
||||
$r = q("update abook set abook_my_perms = %d where abook_channel = %d and abook_self = 1",
|
||||
intval(($role_permissions['perms_auto']) ? intval($role_permissions['perms_accept']) : 0),
|
||||
intval(local_channel()),
|
||||
intval(ABOOK_FLAG_SELF)
|
||||
intval(local_channel())
|
||||
);
|
||||
set_pconfig(local_channel(),'system','autoperms',(($role_permissions['perms_auto']) ? intval($role_permissions['perms_accept']) : 0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user