Posted by naudefj on August 2, 2005 at 7:45pm
Jump to:
| Project: | Drupal core |
| Component: | other |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
fixed
#2
#3
#4
#5