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 |
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?