death to comment box oddities (a slow death as it will take some time for everybody to upgrade)

This commit is contained in:
Friendika 2011-04-11 20:11:21 -07:00
parent de8b381149
commit 0ed2d19ac8
5 changed files with 29 additions and 14 deletions

View file

@ -428,3 +428,7 @@ function update_1047() {
q("ALTER TABLE `contact` ADD `writable` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `readonly` ");
}
function update_1048() {
q("UPDATE `contact` SET `writable` = 1 WHERE `network` = 'stat' AND `notify` != '' ");
}