Closed (fixed)
Project:
Drupal core
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2005 at 19:45 UTC
Updated:
8 Oct 2005 at 22:20 UTC
Fix mt-to-drupal.cgi (http://cvs.drupal.org/viewcvs/drupal/contributions/tricks/mt2drupal/):
Change the following query...
$sth = $dbh->Query("SELECT vid FROM ${db_prefix}vocabulary WHERE nodes LIKE '%blog%'");
...to
$sth = $dbh->Query("SELECT vid FROM ${db_prefix}vocabulary_node_types WHERE type LIKE '%blog%'");
as described here - http://drupal.org/node/23726,
Comments
Comment #1
killes@www.drop.org commentedfixed
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commented