| Issue 4: | Log 'Single Quote' Bug | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Logs that have a single quote (') in the name fields are
quoted twice before DB insertion. this results in having name fields in the
results show up like "Uncledan\'s Robot Factory". I looked for this, but
couldn't determine the source. This is probably a result of the user.JS file
escaping the sequence, and then the PHP code escaping it again before
insertion into the DB (Lucky Seven)
|