structure for channel unions
This commit is contained in:
@@ -1422,9 +1422,10 @@ function import_directory_profile($hash,$profile,$addr,$ud_flags = 1, $suppress_
|
||||
// Self censored, make it so
|
||||
// These are not translated, so the German "erwachsenen" keyword will not censor the directory profile. Only the English form - "adult".
|
||||
|
||||
|
||||
if(in_arrayi('nsfw',$clean) || in_arrayi('adult',$clean)) {
|
||||
q("update xchan set xchan_flags = (xchan_flags | %d) where xchan_hash = '%s' limit 1",
|
||||
intval(XCHAN_FLAGS_CENSORED),
|
||||
intval(XCHAN_FLAGS_SELFCENSORED),
|
||||
dbesc($hash)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user