fix default values for affinity tool and other information which could be lost when approving a connection without the entire form provided by connedit.
This commit is contained in:
12
Zotlabs/Update/_1230.php
Normal file
12
Zotlabs/Update/_1230.php
Normal file
@@ -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;
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user