Query module changing table name in template |
|||
|---|---|---|---|
| Date: | 05/16/2008 | Severity: | Minor |
| Status: | Resolved | Reporter: | Ingmar Greil |
| Version: | EE 1.6.3 | Assigned To: | Not Assigned |
| Keywords: | Control Panel, Modules | ||
Details
Further to this thread http://expressionengine.com/forums/viewthread/79588/ EE seems to incorrectly rewrite the sql="” parameter in a template when saving.
If a db prefix other than “exp” is used, but starts with “exp_”, EE will remove the leading “exp_” and replace it with the custom prefix when saving, still leaving the second part in place.
I can confirm this in build 20080421. Having tried “exp_ig”, EE rewrote that to “exp_ig_ig”, “exp_ig_ig_ig”, and so on.
Comment on Bug Report
| Posted by: Ingmar Greil on 16 May 2008 11:52am | |
|
|
Seems there’s a second occurence here: http://expressionengine.com/forums/viewthread/79678/ |
