Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.2-1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2008 at 04:54 UTC
Updated:
10 Jul 2008 at 12:56 UTC
The schema definition for fckeditor_role.rid specifies its default as a string '0'. Since it's type is "int", the default should be specified as numeric 0, as explained in this section of the Drupal v6 Schema API documentation. This is also reported as an exception by the Schema module (6.x-1.3). The attached patch changes the default from a string to a numeric, which results in the exception disappearing from the Schema module's exception report.
I realise this is perhaps a bit of a "nitpick" but figured I'd offer it as a "low cost" fix you may care to bundle with more important fixes in due course, just to keep things "clean". I am using Drupal 6.2 running on PostgreSQL 8.3.
| Comment | File | Size | Author |
|---|---|---|---|
| fckeditor.install.patch | 373 bytes | bj.drupal |
Comments
Comment #1
wwalc commentedComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.