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
Should be fixed (save.inc,v 1.6 2005/11/06 19:26:45) but probably not available in the public CVS copy.
Sorry!
Thomas
justin randell wrote:
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