Changeset 28164


Ignore:
Timestamp:
Apr 13, 2014, 6:43:00 AM (10 years ago)
Author:
rvelices
Message:

fux php warning (one of my prev commit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r28147 r28164  
    304304  array(
    305305    'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php',
    306     'F_KEYWORD'=> htmlspecialchars(stripslashes($_GET['keyword'])),
    307     'F_AUTHOR'=> htmlspecialchars(stripslashes($_GET['author'])),
     306    'F_KEYWORD'=> htmlspecialchars(stripslashes(@$_GET['keyword'])),
     307    'F_AUTHOR'=> htmlspecialchars(stripslashes(@$_GET['author'])),
    308308    )
    309309  );
Note: See TracChangeset for help on using the changeset viewer.