diff options
author | Friendika <info@friendika.com> | 2010-12-23 14:40:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-23 14:40:32 -0800 |
commit | c55cb45855ede35e593f6a1ed5e5878144cf0ad0 (patch) | |
tree | 6779dd94c7bd466330839f61658a9d31170db296 /update.php | |
parent | 68868fd74bbc6a6f2268b6c5467ccf9e025af011 (diff) | |
download | volse-hubzilla-c55cb45855ede35e593f6a1ed5e5878144cf0ad0.tar.gz volse-hubzilla-c55cb45855ede35e593f6a1ed5e5878144cf0ad0.tar.bz2 volse-hubzilla-c55cb45855ede35e593f6a1ed5e5878144cf0ad0.zip |
revised openid patch, added fix for Windows servers, make "is now friends with" commentable, fix settings form hook to be inside form
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php index 5807f1a34..d6fab4255 100644 --- a/update.php +++ b/update.php @@ -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` "); +} + |