explain bookmarks = 0 problem and remove die()
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@357 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
c6ba5844ea
commit
dc4f39368c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue