Posted by radj on January 29, 2009 at 4:58pm
| Project: | Ajax Checklist |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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! ^_^
Comments
#1
Place "ajax_checklist" in all queries performed in ajax_checklist.module in brackets: {ajax_checklist}, drupal then will set the appropriate prefixes.
#2
works!
#3
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
#4
Patch attached that prefixes the tables per the above.