Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2008 at 13:11 UTC
Updated:
21 May 2009 at 05:10 UTC
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
Comment #1
MGN commentedThanks. This has been fixed and committed to 6.x-1.x-dev.