]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Moved global PAGE_* to Profile class (#5500)
[friendica.git] / update.php
index 47434b3373a4480900df5fe6b32807988cb68d81..812f81faf2f69fb711735991947cb838f19d5223 100644 (file)
@@ -149,7 +149,7 @@ function update_1191() {
 
 function update_1203() {
        $r = q("UPDATE `user` SET `account-type` = %d WHERE `page-flags` IN (%d, %d)",
-               DBA::escape(ACCOUNT_TYPE_COMMUNITY), DBA::escape(PAGE_COMMUNITY), DBA::escape(PAGE_PRVGROUP));
+               DBA::escape(Contact::ACCOUNT_TYPE_COMMUNITY), DBA::escape(Contact::PAGE_COMMUNITY), DBA::escape(Contact::PAGE_PRVGROUP));
 }
 
 function update_1244() {