bug in upgrade to 5.x-1.2

buzzdecafe - September 25, 2008 - 13:59
Project:Taxonomy Redirect
Version:5.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

line 41 of taxonomy_redirect.install, in function taxonomy_redirect_update_3():

db_query("ALTER TABLE `taxonomy_redirect` CHANGE `path` `path` TEXT NOT NULL");

should be (note curly brackets for backticks):

db_query("ALTER TABLE {taxonomy_redirect} CHANGE `path` `path` TEXT NOT NULL");

#1

Justin W Freeman - September 26, 2008 - 01:24
Status:active» fixed

This is fixed in 5.x-1.3

#2

Anonymous (not verified) - October 10, 2008 - 01:35
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.