]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix bad bug that was introduced due to performance optimizations
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 18 Mar 2010 19:26:09 +0000 (19:26 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 18 Mar 2010 19:26:09 +0000 (19:26 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@693 b3834d28-1941-0410-a4f8-b48e95affb8f

src/SemanticScuttle/Service/Bookmark.php

index 22586250ee9a99209aa0c820aba53df146a515ea..364b1a08f43fa013236c65ec67eaabf30e03992e 100644 (file)
@@ -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;