git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11849
7612ce4b-ef26-0410-bec9-
ea0150e637f0
--- /dev/null
+<?php
+/**
+ * util_read.php
+ *
+ * Utility file containing functions related to reading messages
+ *
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage templates
+ */
+
+/**
+ * Return a string representing the priority of a message
+ */
+function priorityStr($p) {
+ return htmlspecialchars(getPriorityStr($p));
+}
+
+?>
\ No newline at end of file