aboutsummaryrefslogblamecommitdiffstats
path: root/Zotlabs/Update/_1230.php
blob: fe59f2e085656b8f1351b461a3317027120cf48f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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;

	}
}