please support tables prefices.

in an installation using a table prefix such as "drupal_", the created table during install is "drupal_ajax_checklist" but the code still refers to "ajax_checklist".

nice module by the way! real quick and easy! ^_^

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rschiener’s picture

Place "ajax_checklist" in all queries performed in ajax_checklist.module in brackets: {ajax_checklist}, drupal then will set the appropriate prefixes.

radj’s picture

works!

excaliburst’s picture

I hope this is checked into future releases. So we don't all have to do it.

Thanks for a seemingly great module. I wish I could get mine to save changes to DB. But I can't.

I'm at a loss with that.

BR

Morten E

jshuster@drupal.org’s picture

Status: Active » Needs review
FileSize
1.91 KB

Patch attached that prefixes the tables per the above.