From 0ed2d19ac8e0b624dd4c971dd3f053f7b02b04d4 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 11 Apr 2011 20:11:21 -0700 Subject: death to comment box oddities (a slow death as it will take some time for everybody to upgrade) --- update.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index 1d45f5f11..3875933d2 100644 --- a/update.php +++ b/update.php @@ -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` != '' "); +} + -- cgit v1.2.3