From: cweiske Date: Thu, 18 Mar 2010 19:26:09 +0000 (+0000) Subject: fix bad bug that was introduced due to performance optimizations X-Git-Tag: v0.97~20 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d249a8ad19514e0c386391ae37081445ee6c23c7;p=semanticscuttle.git 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 --- diff --git a/src/SemanticScuttle/Service/Bookmark.php b/src/SemanticScuttle/Service/Bookmark.php index 2258625..364b1a0 100644 --- a/src/SemanticScuttle/Service/Bookmark.php +++ b/src/SemanticScuttle/Service/Bookmark.php @@ -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;