Fixed inconsistency in templates.
This commit is contained in:
parent
8d8332ff97
commit
12ce4aa372
2 changed files with 4 additions and 4 deletions
|
|
@ -445,8 +445,8 @@ sub www_view {
|
|||
for ($i=0;$i<$monthCount;$i++) {
|
||||
if ($session{form}{pn} == ($i+1)) {
|
||||
my $thisMonth = WebGUI::DateTime::addToDate($minDate,0,($i),0);
|
||||
$var{bigCalendar} = $_[0]->_drawBigCalendar($thisMonth);
|
||||
$var{smallCalendar} = $_[0]->_drawSmallCalendar($thisMonth);
|
||||
$var{"calendar.big"} = $_[0]->_drawBigCalendar($thisMonth);
|
||||
$var{"calendar.small"} = $_[0]->_drawSmallCalendar($thisMonth);
|
||||
}
|
||||
$row[$i] = "page";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue