Needs review
Project:
Node Auto Term [NAT]
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
15 May 2010 at 21:45 UTC
Updated:
16 Nov 2010 at 22:25 UTC
This patch will stop Coder from complaining.
| Comment | File | Size | Author |
|---|---|---|---|
| coder_finds.patch | 2.81 KB | nancydru |
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.