<?phpnamespaceZotlabs\Update;class_1115{functionrun(){// Introducing email verification. Mark all existing accounts as verified or they// won't be able to login.$r=q("update account set account_flags = (account_flags ^ 1) where (account_flags & 1) ");returnUPDATE_SUCCESS;}}