]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
explain bookmarks = 0 problem and remove die()
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 20 Sep 2009 12:23:46 +0000 (12:23 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 20 Sep 2009 12:23:46 +0000 (12:23 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@357 b3834d28-1941-0410-a4f8-b48e95affb8f

services/bookmarkservice.php

index f26dc572e5bfbbacf06def364487b2acc857d635..6a50df5b8b7c08cf109b435c613669c8c3bcac6a 100644 (file)
@@ -406,7 +406,7 @@ class BookmarkService {
                        $query_4 .= ' AND B.bHash = "'. $hash .'"';
                }
                $query = $query_1 . $query_2 . $query_3 . $query_4 . $query_5;
-               //die($query);
+
                if (!($dbresult = & $this->db->sql_query_limit($query, intval($perpage), intval($start)))) {
                        message_die(GENERAL_ERROR, 'Could not get bookmarks', '', __LINE__, __FILE__, $query, $this->db);
                        return false;