View Single Post
  #2  
Old 04-16-2007, 12:56 PM
Trauko's Avatar
Trauko Offline
pp veteran
 
Join Date: Sep 2006
Location: Dalcahue, Chiloé
Posts: 99
Quote:
Originally Posted by jdleung View Post
Chinese name cannot be displayed normally in admin comment page. but the message is ok.

found two lines in admin/comments.php

$message = pullout($row['message']);
$name = htmlentities(pullout($row['name']));

can use htmlspecialchars() instead? and why doesn't $message need too?
http://forum.pixelpost.org/showpost....6&postcount=10

In PP 1.6 final edit line 243

delete htmlentities

Quote:
$name = pullout($row['name']);
Reply With Quote