Change TABLE_PREFIX back to default

This commit is contained in:
Ben Chatelain 2011-01-23 15:21:29 -07:00
parent 42f63f919f
commit e902bb9c30
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ require 'yaml'
module Jekyll
module WordPress
TABLE_PREFIX = 'wp_xh2g8g_'
TABLE_PREFIX = 'wp_'
# Reads a MySQL database via Sequel and creates a post file for each
# post in wp_posts that has post_status = 'publish'.