Source for file util_read.php

Documentation is available at util_read.php

  1. <?php
  2. /**
  3.  * util_read.php
  4.  *
  5.  * Utility file containing functions related to reading messages
  6.  * 
  7.  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  8.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  9.  * @version $Id: util_read.php,v 1.1 2006/10/06 21:56:45 stevetruckstuff Exp $
  10.  * @package squirrelmail
  11.  * @subpackage templates
  12.  */
  13.  
  14. /**
  15.  * Return a string representing the priority of a message
  16.  */
  17. function priorityStr($p{
  18.     return htmlspecialchars(getPriorityStr($p));
  19. }
  20.  
  21. ?>

Documentation generated on Sat, 07 Oct 2006 16:14:06 +0300 by phpDocumentor 1.3.0RC6