Changeset 5003 for branches/2.0/feed.php


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

    r5001 r5003  
    6464// +-----------------------------------------------------------------------+
    6565
    66 check_input_parameter('feed', @$_GET['feed'], false, '/^[0-9a-z]{50}$/i');
     66check_input_parameter('feed', $_GET, false, '/^[0-9a-z]{50}$/i');
    6767
    6868$feed_id= isset($_GET['feed']) ? $_GET['feed'] : '';
Note: See TracChangeset for help on using the changeset viewer.