version 1.481, 2012/03/05 11:15:37
|
version 1.483, 2012/05/07 13:47:37
|
Line 225 automatically.
|
Line 225 automatically.
|
|
|
=over 4 |
=over 4 |
|
|
=item * B<iterator: default: constructs one from %env> |
=item * B<iterator>: default: constructs one from %env |
|
|
A reference to a fresh ::iterator to use from the navmaps. The |
A reference to a fresh ::iterator to use from the navmaps. The |
rendering will reflect the options passed to the iterator, so you can |
rendering will reflect the options passed to the iterator, so you can |
Line 4152 sub printable {
|
Line 4152 sub printable {
|
|
|
# Get the print open/close dates for the resource. |
# Get the print open/close dates for the resource. |
|
|
my $start = $self->parmval("prinstartdate", $part); |
my $start = $self->parmval("printstartdate", $part); |
my $end = $self->parmval("printenddate", $part); |
my $end = $self->parmval("printenddate", $part); |
|
|
# The following cases apply: |
# The following cases apply: |