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:
cweiske 2010-03-18 19:26:09 +00:00
parent 602ec95bbb
commit d249a8ad19

View File

@ -380,7 +380,7 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
} }
$hashes = array(); $hashes = array();
$sql = '(1'; $sql = '(0';
foreach ($addresses as $key => $address) { foreach ($addresses as $key => $address) {
$hash = $this->getHash($address); $hash = $this->getHash($address);
$hashes[$hash] = $address; $hashes[$hash] = $address;