add some whitespace to the qry for tags

darcs-hash:20080928181121-5ed1f-b8fc9b65bf1180b9a360422caf584d65a5db63c3.gz
This commit is contained in:
Evan Prodromou 2008-09-28 14:11:21 -04:00
parent 8ae0b4a132
commit dbcd7cd29c
1 changed files with 1 additions and 1 deletions

View File

@ -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,