checkForJavascript never returns SMPRF_JS_AUTODETECT
[squirrelmail.git] / templates / util_message_list.php
index ef0ede16b03bdb7569399af045520196478cba1a..b572120272619a8b2ee8313019f3aa6e46907c3c 100644 (file)
@@ -1,12 +1,16 @@
 <?php
-
 /**
  * Template logic
  *
  * The following functions are utility functions for this template. Do not
  * echo output in those functions.
+ * @package squirrelmail
  */
 
+/**
+ * @param array $aOrder
+ * @return array
+ */
 function calcMessageListColumnWidth($aOrder) {
     /**
      * Width of the displayed columns
@@ -226,4 +230,4 @@ function getFlagText($aFlags) {
     if (!$sFlags) { $sFlags = '&nbsp;'; }
     return $sFlags;
 }
-?>
+?>
\ No newline at end of file