Skip to content

Commit

Permalink
Merge pull request #41 from jinghao/master
Browse files Browse the repository at this point in the history
Fix prefix replacement for drupal6
  • Loading branch information
parkr committed Jul 14, 2013
2 parents 7429a40 + c3f0085 commit 6352087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll/jekyll-import/drupal6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def self.process(dbname, user, pass, host = 'localhost', prefix = '')
if prefix != ''
QUERY[" node "] = " " + prefix + "node "
QUERY[" node_revisions "] = " " + prefix + "node_revisions "
QUERY[" term_node "] = " " + prefix + "term_node "
QUERY[" term_data "] = " " + prefix + "term_data "
end

FileUtils.mkdir_p "_posts"
Expand Down

0 comments on commit 6352087

Please sign in to comment.