Templates for reading a message
[squirrelmail.git] / templates / util_paginator.php
index 2ff1976e59774e427d87a1b073cd6aa944e16aeb..b01dd0deba0fc6c1a60d13b2819910fc7efafc84 100644 (file)
@@ -12,6 +12,7 @@
  * @package squirrelmail
  */
 
+/** Load forms functions, needed for addsubmit(). */
 include_once(SM_PATH . 'functions/forms.php');
 
  /**
@@ -350,4 +351,3 @@ function get_paginator_str($box, $iOffset, $iTotal, $iLimit, $bShowAll,$page_sel
     /* Return our final magical compact paginator string. */
     return ($result);
 }
-?>
\ No newline at end of file