findAddress() can return FALSE as well as zero
[squirrelmail.git] / templates / util_read.php
index 8d9050b1832514efca1af83d82a98e8d952781a1..6500633b840bf3d6bb9eabe1e63b97c4af2c408b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Utility file containing functions related to reading messages
  * 
- * @copyright © 1999-2007 The SquirrelMail Project Team
+ * @copyright 1999-2012 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -15,7 +15,7 @@
  * Return a string representing the priority of a message
  */
 function priorityStr($p) {
-    return htmlspecialchars(getPriorityStr($p));
+    return sm_encode_html_special_chars(getPriorityStr($p));
 }
 
 ?>
\ No newline at end of file