Update missing namespace uses in mod/
- Update missing constant moves in mod/
This commit is contained in:
parent
c280fc6484
commit
45ada943b4
9 changed files with 26 additions and 20 deletions
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue