diff options
author | Friendika <info@friendika.com> | 2011-04-11 20:11:21 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 20:11:21 -0700 |
commit | 0ed2d19ac8e0b624dd4c971dd3f053f7b02b04d4 (patch) | |
tree | 71f138137176d37c1d937fd9b08345b256d03821 /include/items.php | |
parent | de8b381149c8372dc0305adbc9e025d0abc6b2b0 (diff) | |
download | volse-hubzilla-0ed2d19ac8e0b624dd4c971dd3f053f7b02b04d4.tar.gz volse-hubzilla-0ed2d19ac8e0b624dd4c971dd3f053f7b02b04d4.tar.bz2 volse-hubzilla-0ed2d19ac8e0b624dd4c971dd3f053f7b02b04d4.zip |
death to comment box oddities (a slow death as it will take some time for everybody to upgrade)
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index d7644fb42..86579512e 100644 --- a/include/items.php +++ b/include/items.php @@ -1367,8 +1367,8 @@ function new_follower($importer,$contact,$datarray,$item) { // create contact record - set to readonly $r = q("INSERT INTO `contact` ( `uid`, `created`, `url`, `name`, `nick`, `photo`, `network`, `rel`, - `blocked`, `readonly`, `pending` ) - VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s', %d, 0, 1, 1 ) ", + `blocked`, `readonly`, `pending`, `writable` ) + VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s', %d, 0, 1, 1, 1 ) ", intval($importer['uid']), dbesc(datetime_convert()), dbesc($url), |