diff options
| author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-20 11:37:03 +0000 | 
|---|---|---|
| committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-20 11:37:03 +0000 | 
| commit | 6a2f1f4f573613400479d427c32b083a7274158b (patch) | |
| tree | a8d9a0a20e088b284c350834b146e1537ae8eb46 /src/SemanticScuttle | |
| parent | cae9f4de38376974b805dab6b7a95105dc61dfd9 (diff) | |
| download | semanticscuttle-6a2f1f4f573613400479d427c32b083a7274158b.tar.gz semanticscuttle-6a2f1f4f573613400479d427c32b083a7274158b.tar.bz2 | |
reformat query
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@679 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle')
| -rw-r--r-- | src/SemanticScuttle/Service/Bookmark.php | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/SemanticScuttle/Service/Bookmark.php b/src/SemanticScuttle/Service/Bookmark.php index 87d9e02..10b0b8b 100644 --- a/src/SemanticScuttle/Service/Bookmark.php +++ b/src/SemanticScuttle/Service/Bookmark.php @@ -325,7 +325,9 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService              $crit['uId'] = $uid;          } -        $sql = 'SELECT COUNT(*) as "0" FROM '. $GLOBALS['tableprefix'] .'bookmarks WHERE '. $this->db->sql_build_array('SELECT', $crit); +        $sql = 'SELECT COUNT(*) as "0" FROM ' +            . $GLOBALS['tableprefix'] . 'bookmarks' +            . ' WHERE '. $this->db->sql_build_array('SELECT', $crit);          if (!($dbresult = $this->db->sql_query($sql))) {              message_die( | 
