X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Futil_paginator.php;h=b01dd0deba0fc6c1a60d13b2819910fc7efafc84;hp=2ff1976e59774e427d87a1b073cd6aa944e16aeb;hb=b2c3dc092aa1df94a5db56a94917fe14982e4be6;hpb=6341b325e759cac221d43d233b955296908ee05f diff --git a/templates/util_paginator.php b/templates/util_paginator.php index 2ff1976e..b01dd0de 100644 --- a/templates/util_paginator.php +++ b/templates/util_paginator.php @@ -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