public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Typo.
vito (author)
Mon Sep 01 20:47:48 -0700 2008
commit  056d0023eb9c16f95e88545cbdbf44ada446498d
tree    e7f620ad1f5d29043c2bde96bd36227978c0c986
parent  91c8953ce1899035f5c572aa74ea6d4af54510a3
...
223
224
225
226
 
227
228
229
...
223
224
225
 
226
227
228
229
0
@@ -223,7 +223,7 @@
0
                          null,
0
                          null,
0
                          array(array("table" => "tags",
0
-                                     "where" => array("post_id = posts.id", array("clean like" => "%{{".$_GET['name']."}}%"))))->fetchAll() as $tag) {
0
+                                     "where" => array("post_id = posts.id", array("clean like" => "%{{".$_GET['name']."}}%")))))->fetchAll() as $tag) {
0
         if ($tag["id"] == null)
0
           continue;
0
 

Comments