Bug #4853
Checkout inserts empty database entry
| Status: | Closed | Start date: | 2009-10-02 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Michael Staatz | % Done: | 0% |
|
| Category: | Bug | Spent time: | - | |
| Target version: | - | Estimated time: | 1.00 hour | |
| Votes: | 0 |
Description
It seems that there where many problems with this new
tx_commerce_div::removeXSSStripTagsArray
function and it was not testet at all. I find out that for EVERY Order that has not an delivery address an EMPTY database entry was inserted in tt_address.
I think the pi3 must be complete reviewed because there are many points where statments are:
if (!is_array($this->MYSESSION .......
this will not wor anymore because there are now allways Arrays, but empty.
I have a diff - file applied.
Best regards
Michael Staatz
Associated revisions
- Fix bug #4853: typo in mod_web_dmail::getUniqueEmailsFromGroup()
History
Updated by Michael Staatz over 3 years ago
- Status changed from New to Closed
- Assignee set to Michael Staatz
No more needed because there was new commit by ingo.
Updated by Morten Haggren over 3 years ago
Michael Staatz wrote:
No more needed because there was new commit by ingo.
commit in question is r25029