diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 14:11:21 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-28 14:11:21 -0400 |
commit | dbcd7cd29c2f5f429f14d468a42f6a6af9c82636 (patch) | |
tree | 1bfd7d4b8f5a63c15cb23f6a5d3b27d75d7772b6 | |
parent | 8ae0b4a132d2dd52825da90b1363988946eface6 (diff) |
add some whitespace to the qry for tags
darcs-hash:20080928181121-5ed1f-b8fc9b65bf1180b9a360422caf584d65a5db63c3.gz
-rw-r--r-- | classes/Notice_tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice_tag.php b/classes/Notice_tag.php index aeaf54683..e9f00d6d1 100644 --- a/classes/Notice_tag.php +++ b/classes/Notice_tag.php @@ -39,7 +39,7 @@ class Notice_tag extends Memcached_DataObject $qry = 'SELECT notice.* ' . 'FROM notice JOIN notice_tag ON notice.id = notice_tag.notice_id ' . - 'WHERE notice_tag.tag = "%s"'; + 'WHERE notice_tag.tag = "%s" '; return Notice::getStream(sprintf($qry, $tag), 'notice_tag:notice_stream:' . $tag, |