Project

General

Profile

Actions

Bug #2986

closed

Query text area substitudes newline with rn upon apply

Added by nant over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
14 November 2011
Due date:
% Done:

100%

Estimated time:

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

Also available in: Atom PDF