This patch will stop Coder from complaining.
Thanks for the patch :) But the db_add_field stuff looks dodgy. Shouldn't it be db_add_column?
-K
As I understand it, db_add_column is for Postgres, where db_add_field is for any database. But it wouldn't be the first time I was wrong. It definite worked on my MySql system.
Comments
Comment #1
Zen commentedThanks for the patch :) But the db_add_field stuff looks dodgy. Shouldn't it be db_add_column?
-K
Comment #2
nancydruAs I understand it, db_add_column is for Postgres, where db_add_field is for any database. But it wouldn't be the first time I was wrong. It definite worked on my MySql system.