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
parent 68868fd74b
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` ");
}