Project

General

Profile

Actions

Bug #2986

closed

Query text area substitudes newline with rn upon apply

Bug #2986: Query text area substitudes newline with rn upon apply

Added by nant about 14 years ago. Updated about 14 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];

Updated by nant about 14 years ago Actions #1

Actually the rn issue appears on all text area parameters.

Updated by krileon about 14 years ago Actions #2

  • 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.

Updated by krileon about 14 years ago Actions #3

  • Target version changed from 293 to 2.0.0

Updated by krileon about 14 years ago Actions #4

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom