diff options
author | zotlabs <mike@macgirvin.com> | 2018-12-17 11:32:59 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-12-17 11:32:59 -0800 |
commit | a33ed05bec38d35131d72e9b3d6d61b5d6a2daaf (patch) | |
tree | 4d73cc51a3b6c83caa092e622f8c3d0d0c4c038b /Zotlabs/Update | |
parent | 04a45a407ead8e7afcdd3423b773074207e885df (diff) | |
download | volse-hubzilla-a33ed05bec38d35131d72e9b3d6d61b5d6a2daaf.tar.gz volse-hubzilla-a33ed05bec38d35131d72e9b3d6d61b5d6a2daaf.tar.bz2 volse-hubzilla-a33ed05bec38d35131d72e9b3d6d61b5d6a2daaf.zip |
fix default values for affinity tool and other information which could be lost when approving a connection without the entire form provided by connedit.
Diffstat (limited to 'Zotlabs/Update')
-rw-r--r-- | Zotlabs/Update/_1230.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Zotlabs/Update/_1230.php b/Zotlabs/Update/_1230.php new file mode 100644 index 000000000..fe59f2e08 --- /dev/null +++ b/Zotlabs/Update/_1230.php @@ -0,0 +1,12 @@ +<?php + +namespace Zotlabs\Update; + +class _1230 { + + function run() { + q("update abook set abook_closeness = 80 where abook_closeness = 0 and abook_self = 0"); + return UPDATE_SUCCESS; + + } +}
\ No newline at end of file |