*** /cygdrive/e/HOME/src/hns-2.10-pl1/public_html/diary/lib/HNS/Hnf/TreeBuilder.pm Thu Jul 20 12:55:23 2000
--- /cygdrive/e/HOME/public_html/diary/lib/HNS/Hnf/TreeBuilder.pm Fri Apr 6 00:09:02 2001
***************
*** 215,221 ****
my ($grpCount, $grpFlg, $tmpnewCount, $newDisplay);
# for eval template
! my ($newCount, $subCount, $fnCount);
my $abc;
if ($day < 11) {
$abc = "a";
--- 215,221 ----
my ($grpCount, $grpFlg, $tmpnewCount, $newDisplay);
# for eval template
! my ($newCount, $subCount, $pCount, $fnCount); #added
my $abc;
if ($day < 11) {
$abc = "a";
***************
*** 228,235 ****
}
my $code_params = q({year=>$year, month=>$month, day=>$day,
high=>int($day/10), abc=>$abc,
! new=>$newCount, sub=>$subCount, fn=>$fnCount,
! cat=>$cat, mark=>$newDisplay});
my $grp;
# category presentation
--- 228,235 ----
}
my $code_params = q({year=>$year, month=>$month, day=>$day,
high=>int($day/10), abc=>$abc,
! new=>$newCount, sub=>$subCount, p=>$pCount, fn=>$fnCount,
! cat=>$cat, mark=>$newDisplay}); #added
my $grp;
# category presentation
***************
*** 290,295 ****
--- 290,296 ----
if (!$start && $node->IsBeginSection){
# clear count
$subCount = 0;
+ $pCount = 0; #added
$fnCount = 0 if ($HNS::System::FNCountStyle == 0);
# if current section has any FN content,
# print it in here.