howdy,
first, mysql.initial.sql doesn't have the new changed column for the contacts table, despite the cvs log comments.
second, there's a typo on line 112 of program/steps/addressbook/save.inc:
(user_id, changedm ".join(', ', $a_insert_cols).")
should be:
(user_id, changed ".join(', ', $a_insert_cols).")
cheers justin