1
1
Fork 0

revised openid patch, added fix for Windows servers, make "is now friends with" commentable, fix settings form hook to be inside form

This commit is contained in:
Friendika 2010-12-23 14:40:32 -08:00
commit c55cb45855
7 changed files with 27 additions and 41 deletions

View file

@ -270,3 +270,7 @@ function update_1027() {
) ENGINE = MYISAM DEFAULT CHARSET=utf8 ");
}
function update_1028() {
q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` ");
}