Posted by David Lesieur on November 2, 2008 at 1:11pm
Jump to:
| Project: | Custom breadcrumbs |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In function custom_breadcrumbs_update_6001(), there is a call to db_add_column(). That function is meant to be used only with PostgreSQL.
db_add_field() should be used instead.
Comments
#1
Thanks. This has been fixed and committed to 6.x-1.x-dev.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.