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 !
Fixed post exporting with tags.
vito (author)
Sun Nov 02 13:07:17 -0800 2008
commit  ce3d26c028eb143ee41f96ea38331cb688cd2246
tree    f540444028f269a55e6280c6fe1cc754e8731abb
parent  1f9bb11a28799baa28aeaddab88550c066da1918
...
590
591
592
593
594
 
595
596
597
...
590
591
592
 
 
593
594
595
596
0
@@ -590,8 +590,7 @@
0
             $tags = SQL::current()->select("post_attributes",
0
                                            "value",
0
                                            array("name" => "tags",
0
-                                                 "post_id" => $post->id),
0
-                                           "id DESC")->fetchColumn();
0
+                                                 "post_id" => $post->id))->fetchColumn();
0
             if (empty($tags)) return;
0
 
0
             $atom.= "       <chyrp:tags>".fix(implode(", ", array_keys(YAML::load($tags))))."</chyrp:tags>\r";

Comments