projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge of Steve Brown's patch
[squirrelmail.git]
/
templates
/
util_message_list.php
diff --git
a/templates/util_message_list.php
b/templates/util_message_list.php
index ef0ede16b03bdb7569399af045520196478cba1a..0170d22f199007a1fbebd7a0afec8b0888bf3be0 100644
(file)
--- 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.
*
* 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