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/cat_list.php

    r4505 r5003  
    7070// +-----------------------------------------------------------------------+
    7171
    72 check_input_parameter('parent_id', @$_GET['parent_id'], false, PATTERN_ID);
     72check_input_parameter('parent_id', $_GET, false, PATTERN_ID);
    7373
    7474$categories = array();
Note: See TracChangeset for help on using the changeset viewer.