diff options
author | friendica <info@friendica.com> | 2012-02-15 23:58:28 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-15 23:58:28 -0800 |
commit | ada2a555dce33692ee40b3fb81c93dbe276e73cd (patch) | |
tree | 79aa1fc44763ad1ccff45a0b7680e38a3b7c5dd0 /include/diaspora.php | |
parent | d8b82b24a479902c0ba142f8eb317e5ab6ba5d3c (diff) | |
download | volse-hubzilla-ada2a555dce33692ee40b3fb81c93dbe276e73cd.tar.gz volse-hubzilla-ada2a555dce33692ee40b3fb81c93dbe276e73cd.tar.bz2 volse-hubzilla-ada2a555dce33692ee40b3fb81c93dbe276e73cd.zip |
sql typo in auto-friend with D*
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 2a4c8b9da..ba0112362 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -598,7 +598,7 @@ function diaspora_request($importer,$xml) { `uri-date` = '%s', `avatar-date` = '%s', `blocked` = 0, - `pending` = 0, + `pending` = 0 WHERE `id` = %d LIMIT 1 ", dbesc($photos[0]), |