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 |
Jump to:
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
This is fixed in 5.x-1.3
#2
Automatically closed -- issue fixed for two weeks with no activity.