Merge of Steve Brown's patch
[squirrelmail.git] / templates / util_message_list.php
index ef0ede16b03bdb7569399af045520196478cba1a..0170d22f199007a1fbebd7a0afec8b0888bf3be0 100644 (file)
@@ -5,8 +5,17 @@
  *
  * The following functions are utility functions for this template. Do not
  * echo output in those functions.
  *
  * The following functions are utility functions for this template. Do not
  * echo output in those functions.
+ *
+ * @copyright © 2005-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
  */
 
  */
 
+/**
+ * @param array $aOrder
+ * @return array
+ */
 function calcMessageListColumnWidth($aOrder) {
     /**
      * Width of the displayed columns
 function calcMessageListColumnWidth($aOrder) {
     /**
      * Width of the displayed columns
@@ -226,4 +235,4 @@ function getFlagText($aFlags) {
     if (!$sFlags) { $sFlags = ' '; }
     return $sFlags;
 }
     if (!$sFlags) { $sFlags = ' '; }
     return $sFlags;
 }
-?>
+?>
\ No newline at end of file