From 2ce029b05ba95b0046514d9f9541d68720cdf7ad Mon Sep 17 00:00:00 2001 From: thomppj Date: Fri, 21 Dec 2001 16:23:05 +0000 Subject: [PATCH] Added thanks to Charles Scheidecker for help with paginator code. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1880 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index fbf271c6..cea2a884 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -673,6 +673,7 @@ function get_paginator_link /** * This function computes the paginator string. + * It was derived from code contributed by Charles Scheidecker. */ function get_paginator_str ($box, $start_msg, $end_msg, $num_msgs, $show_num, $sort) { -- 2.25.1