Added thanks to Charles Scheidecker for help with paginator code.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 21 Dec 2001 16:23:05 +0000 (16:23 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 21 Dec 2001 16:23:05 +0000 (16:23 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1880 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index fbf271c6e8924c61a06c90c0040774f035321055..cea2a8845967a1c9c013830130cdcb63824d88ef 100644 (file)
@@ -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) {