fix bad bug that was introduced due to performance optimizations
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@693 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
602ec95bbb
commit
d249a8ad19
@ -380,7 +380,7 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
|
||||
}
|
||||
|
||||
$hashes = array();
|
||||
$sql = '(1';
|
||||
$sql = '(0';
|
||||
foreach ($addresses as $key => $address) {
|
||||
$hash = $this->getHash($address);
|
||||
$hashes[$hash] = $address;
|
||||
|
Loading…
Reference in New Issue
Block a user