<div class="gmail_quote">On Fri, Feb 13, 2009 at 7:40 AM, Peter Bowers <span dir="ltr"><<a href="mailto:pbowers@pobox.com">pbowers@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div><br>I think all that's needed is this line:<br><br>$FmtV['$AllMatchCount'] = count($matches);<br><br>But this must occur *before* $opt['count'] processing.<br>
<br></div></div></blockquote><div><br>Hmmm... In retrospect maybe this line should occur at the end of MakePageList() so that any other FPL functions can depend on it as well... <br><br>(BTW I'm not picky on the name of the variable -- $AllMatchesCount or $AllMatches or $PageListCount or whatever. I just think it would be good to differentiate between $MatchCount which respects the count=x..y and this new variable that doesn't respect that parameter.<br>
<br>-Peter <br></div></div>