X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_message_list.php;h=0170d22f199007a1fbebd7a0afec8b0888bf3be0;hp=ef0ede16b03bdb7569399af045520196478cba1a;hb=e3812cb291b353059283c0f321a8f6151e50c976;hpb=49db257d60e10c98388c55e33a4d29f9848070e9;ds=sidebyside diff --git a/templates/util_message_list.php b/templates/util_message_list.php index ef0ede1..0170d22 100644 --- a/templates/util_message_list.php +++ b/templates/util_message_list.php @@ -5,8 +5,17 @@ * * 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 @@ -226,4 +235,4 @@ function getFlagText($aFlags) { if (!$sFlags) { $sFlags = ' '; } return $sFlags; } -?> +?> \ No newline at end of file