diff options
author | friendica <info@friendica.com> | 2014-10-10 14:11:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-10 14:11:13 -0700 |
commit | 0991a5a494efcd1357e37a1144feb30b586ad891 (patch) | |
tree | 4c929e222e88a359db88a8d9eadc99ed6d740a9b /include | |
parent | aae1d11de8c6a30c72c6d1362739f3eb13b2696d (diff) | |
download | volse-hubzilla-0991a5a494efcd1357e37a1144feb30b586ad891.tar.gz volse-hubzilla-0991a5a494efcd1357e37a1144feb30b586ad891.tar.bz2 volse-hubzilla-0991a5a494efcd1357e37a1144feb30b586ad891.zip |
remove remnants of old signing structure - now using diaspora_meta
Diffstat (limited to 'include')
-rwxr-xr-x | include/diaspora.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 028e2674f..fb321a813 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1406,13 +1406,6 @@ function diaspora_comment($importer,$xml,$msg) { $message_id = $result['item_id']; if(($parent_item['item_flags'] & ITEM_ORIGIN) && (! $parent_author_signature)) { - q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ", - intval($message_id), - dbesc($signed_data), - dbesc(base64_encode($author_signature)), - dbesc($diaspora_handle) - ); - // if the message isn't already being relayed, notify others // the existence of parent_author_signature means the parent_author or owner // is already relaying. |