Move Contact::Page_* constants to User::PAGE_FLAGS_*
This commit is contained in:
parent
11a4a57bfe
commit
ad9c67663d
23 changed files with 126 additions and 86 deletions
|
@ -162,8 +162,8 @@ function update_1203()
|
|||
{
|
||||
$r = q("UPDATE `user` SET `account-type` = %d WHERE `page-flags` IN (%d, %d)",
|
||||
DBA::escape(Contact::ACCOUNT_TYPE_COMMUNITY),
|
||||
DBA::escape(Contact::PAGE_COMMUNITY),
|
||||
DBA::escape(Contact::PAGE_PRVGROUP)
|
||||
DBA::escape(User::PAGE_FLAGS_COMMUNITY),
|
||||
DBA::escape(User::PAGE_FLAGS_PRVGROUP)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue