Actions
Bug #2986
closedQuery text area substitudes newline with rn upon apply
Bug #2986:
Query text area substitudes newline with rn upon apply
Description
If I have a two line query like:
UPDATE '#__comprofiler' SET 'approved'=0 WHERE 'user_id'=[user_id];
UPDATE '#__users' SET 'block'=1 WHERE 'id'=[user_id];
after I click apply it becomes:
UPDATE '#__comprofiler' SET 'approved'=0 WHERE 'user_id'=[user_id];rnUPDATE '#__users' SET 'block'=1 WHERE 'id'=[user_id];
Actions