1
0
Fork 0

Update missing namespace uses in mod/

- Update missing constant moves in mod/
This commit is contained in:
Hypolite Petovan 2019-01-06 23:49:13 -05:00
commit 45ada943b4
9 changed files with 26 additions and 20 deletions

View file

@ -161,7 +161,7 @@ function update_1191()
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(User::ACCOUNT_TYPE_COMMUNITY),
DBA::escape(User::PAGE_FLAGS_COMMUNITY),
DBA::escape(User::PAGE_FLAGS_PRVGROUP)
);