Quote:
Originally Posted by gernblan
I'm referring to the fact that anything with an apostrophe needs an "escape" a \ before the ' to be read correctly.
The code is stripping them out (no logic to handle the escapes), which is cutting off anything in a name past the '
It's a show stopping bug because it can corrupt item names with an apostrophe in them.
|
Thats also a bug but it also inserts the new item above max_item_id 's limit.