*
* 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
if (!$sFlags) { $sFlags = ' '; }
return $sFlags;
}
-?>
+?>
\ No newline at end of file