Skip to content
Snippets Groups Projects
Commit 6379a806 authored by Tim Steiner's avatar Tim Steiner
Browse files

Url rewriter in migration tool now supports query strings.

git-svn-id: file:///tmp/wdn_thm_drupal/trunk@294 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 813f410c
No related branches found
No related tags found
No related merge requests found
...@@ -171,8 +171,6 @@ class Unl_Migration_Tool ...@@ -171,8 +171,6 @@ class Unl_Migration_Tool
$this->_state = self::STATE_CREATING_NODES; $this->_state = self::STATE_CREATING_NODES;
} }
print_r($this->_hrefTransform);
exit;
if ($this->_state == self::STATE_CREATING_NODES) { if ($this->_state == self::STATE_CREATING_NODES) {
// Update links and then create new page nodes. (Takes a while) // Update links and then create new page nodes. (Takes a while)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment