renamed blog to blog_post and refresh issues

This commit is contained in:
Rushabh Mehta
2013-03-11 14:29:09 +05:30
parent 6316e872cd
commit b8ec3e7ecb
26 changed files with 66 additions and 162 deletions

View File

@@ -57,7 +57,7 @@ def generate():
items = ''
blog_list = webnotes.conn.sql("""\
select page_name as name, modified, creation, title from tabBlog
select page_name as name, modified, creation, title from `tabBlog Post`
where ifnull(published,0)=1
order by creation desc, modified desc, name asc limit 100""", as_dict=1)