This patch will stop Coder from complaining.

CommentFileSizeAuthor
coder_finds.patch2.81 KBnancydru

Comments

Zen’s picture

Version: 6.x-1.2 » 6.x-1.x-dev
Status: Needs review » Needs work

Thanks for the patch :) But the db_add_field stuff looks dodgy. Shouldn't it be db_add_column?

-K

nancydru’s picture

Status: Needs work » Needs review

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.