Add ability to control the display of the "Check Spelling" button. Allows administrat...
[squirrelmail.git] / templates / util_read.php
index c285c7508af6e9cbdb5e722512a4e4d9c24a9d01..bd755ded5fec51c68a59c9ab4c2ae958fc0aac0d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Utility file containing functions related to reading messages
  * 
- * @copyright 1999-2012 The SquirrelMail Project Team
+ * @copyright 1999-2017 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