Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 13:43 UTC
Updated:
13 Oct 2009 at 17:10 UTC
I'm upgrading a site from Drupal 5 to Drupal 6 using drush, and getting undefined function db_add_table() reported. Attached patch just changes this to db_create_table().
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_install.patch | 1017 bytes | catch |
Comments
Comment #1
ezra-g commentedThanks for catching and patching this! I'm surprised no one reported it already. This is committed.
Comment #2
catchThanks for the fast commit. By the way I noticed a lot of differences between the 5.x-2.x and 6.x-2.x versions of the same update functions - are they substantively different?