Changeset 2134 for trunk/comments.php


Ignore:
Timestamp:
Oct 11, 2007, 2:10:41 AM (16 years ago)
Author:
rvelices
Message:
  • changed htmlentities to htmlspecialchars in comments.php (utf-8 issue)
  • web service explorer in utf-8
  • removed warning in function load_language
  • feature: show_queries also shows number of selected rows or number of affected rows
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r2107 r2134  
    182182
    183183    'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php',
    184     'F_KEYWORD'=>@htmlentities(stripslashes($_GET['keyword'])),
    185     'F_AUTHOR'=>@htmlentities(stripslashes($_GET['author'])),
     184    'F_KEYWORD'=>@htmlspecialchars(stripslashes($_GET['keyword'])),
     185    'F_AUTHOR'=>@htmlspecialchars(stripslashes($_GET['author'])),
    186186
    187187    'U_HOME' => make_index_url(),
Note: See TracChangeset for help on using the changeset viewer.