I hope you understand my poor englisk...

HTMLAREA is an excellent module, but I found a bug and suggest a correction. Let's me explain...

Drupal permits an installation that uses different databases sharing the same table (only works with mysql databases). So, the idea is to allow different databases share the table "htmlarea".

To make it works you must change the sql syntax at module "htmlarea.module", so the table "htmlarea" must be referenced as "{htmlarea}", just it.

I use a search and replace and replaced all references of
" htmlarea " (enclosed by a blank char) to " {htmlarea} " and the bug was correct.

That's it...

Comments

gordon’s picture

Assigned: Unassigned » gordon