Ignore:
Timestamp:
Feb 28, 2010, 9:58:45 PM (14 years ago)
Author:
plg
Message:

improvement: avoid the use of @ instead of a real test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/element_set.php

    r4495 r5003  
    4040check_status(ACCESS_ADMINISTRATOR);
    4141
    42 check_input_parameter('selection', @$_POST['selection'], true, PATTERN_ID);
     42check_input_parameter('selection', $_POST, true, PATTERN_ID);
    4343
    4444// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.