[freeside-commits] branch master updated. 6cb124e556485bb695d4b466e5a9fa103904f5db

Ivan ivan at 420.am
Wed Feb 22 23:31:38 PST 2012


The branch, master has been updated
       via  6cb124e556485bb695d4b466e5a9fa103904f5db (commit)
      from  d7c50ca6ded0c72bb1b91326da3ff1d7ed45c2b0 (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 6cb124e556485bb695d4b466e5a9fa103904f5db
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 22 23:31:35 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