<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 101: CppBlog minor bug in post.cpp</title><link href="https://sourceforge.net/p/cppcms/bugs/101/" rel="alternate"/><link href="https://sourceforge.net/p/cppcms/bugs/101/feed.atom" rel="self"/><id>https://sourceforge.net/p/cppcms/bugs/101/</id><updated>2013-07-14T04:23:32.174000Z</updated><subtitle>Recent changes to 101: CppBlog minor bug in post.cpp</subtitle><entry><title>#101 CppBlog minor bug in post.cpp</title><link href="https://sourceforge.net/p/cppcms/bugs/101/?limit=25#85a6" rel="alternate"/><published>2013-07-14T04:23:32.174000Z</published><updated>2013-07-14T04:23:32.174000Z</updated><author><name>CN Liou</name><uri>https://sourceforge.net/u/cnliou/</uri></author><id>https://sourceforge.net993d060c75edaea14f92f37e6cb12f61583f2722</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Line 97 in ./blog/trunk/apps/admin/page.cpp:&lt;/p&gt;
&lt;p&gt;id = st.sequence_last("page_id_seq");&lt;/p&gt;
&lt;p&gt;needs to be changed to:&lt;/p&gt;
&lt;p&gt;id = st.sequence_last("pages_id_seq");&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CppBlog minor bug in post.cpp</title><link href="https://sourceforge.net/p/cppcms/bugs/101/" rel="alternate"/><published>2013-07-14T04:01:49.983000Z</published><updated>2013-07-14T04:01:49.983000Z</updated><author><name>CN Liou</name><uri>https://sourceforge.net/u/cnliou/</uri></author><id>https://sourceforge.net09621845f2e0e0b921249f6984f8048aa2661641</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;CppBlog.&lt;/p&gt;
&lt;p&gt;Line 140 in ./blog/trunk/apps/admin/post.cpp:&lt;/p&gt;
&lt;p&gt;id = st.sequence_last("post_id_seq");&lt;/p&gt;
&lt;p&gt;needs to be changed to:&lt;/p&gt;
&lt;p&gt;id = st.sequence_last("posts_id_seq");&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>