[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6d6cf28bf8896e27ab323cbe85bd78d0f8d87584
Ivan
ivan at 420.am
Wed Feb 22 23:31:42 PST 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 6d6cf28bf8896e27ab323cbe85bd78d0f8d87584 (commit)
from 11b4ab37e72f1d96c394566abed8a3f17ae14a6e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6d6cf28bf8896e27ab323cbe85bd78d0f8d87584
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Feb 22 23:31:38 2012 -0800
add rows #s to fcc 477 census report
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html
index e283b1e..4d1fb21 100755
--- a/httemplate/search/477partVI_census.html
+++ b/httemplate/search/477partVI_census.html
@@ -158,7 +158,7 @@ my $link_suffix = sub { my $row = shift;
$result;
};
-push @links, ( [ $link, $link_suffix ] x 8 );
+for (1..8) { push @links, [ $link, $link_suffix ]; }
my $html_foot = sub {
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/477partVI_census.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list