user pref -> block remote wall posting

This commit is contained in:
Friendika 2011-03-20 17:54:50 -07:00
parent 2b0af1456c
commit b7292bc673
12 changed files with 55 additions and 3 deletions

View file

@ -407,3 +407,6 @@ function update_1042() {
}
function update_1043() {
q("ALTER TABLE `user` ADD `blockwall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `blocked` ");
}