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 #1

Updated by nant over 12 years ago

Actually the rn issue appears on all text area parameters.

Actions #2

Updated by krileon over 12 years ago

  • Status changed from New to Resolved
  • Assignee set to krileon
  • Target version set to 293
  • % Done changed from 0 to 100

Confirmed and fixed for next release, was due to double processing of the post variables.

Actions #3

Updated by krileon over 12 years ago

  • Target version changed from 293 to 2.0.0
Actions #4

Updated by krileon over 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF