Opened 17 years ago

Last modified 7 years ago

#30 new refactoring

avoid PHP function "import_request_variables"

Reported by: christoph Owned by: christoph
Priority: minor Milestone:
Component: core Version: 2.4.1
Keywords: Cc:

Description

remove it from all scripts.

It's hard to figure out where variables come from if you use import_request_variables.

It is easier to read if you import all variables manually at the top of the script

$bla = $_GETbla

etc.

Change History (4)

comment:1 by christoph, 17 years ago

Type: defectrefactoring

comment:2 by christoph, 17 years ago

Milestone: 2.5 release

comment:3 by christoph, 16 years ago

Milestone: 2.5 release3.0 release

comment:4 by astrid_emde, 7 years ago

Milestone: 3.0 release

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.