[freeside-commits] branch master updated. 16c949097105a3bf032acbdc7ccec64170eeb5f2

Ivan ivan at 420.am
Tue Feb 24 18:44:44 PST 2015


The branch, master has been updated
       via  16c949097105a3bf032acbdc7ccec64170eeb5f2 (commit)
      from  a3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1 (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 16c949097105a3bf032acbdc7ccec64170eeb5f2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 24 18:44:41 2015 -0800

    2015

diff --git a/README b/README
index b758666..4768e30 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Freeside is a billing and administration package for Internet Service 
 Providers, VoIP providers and other online businesses.
 
-Copyright (C) 2005-2014 Freeside Internet Services, Inc.
+Copyright (C) 2005-2015 Freeside Internet Services, Inc.
 Copyright (C) 2000-2005 Ivan Kohler
 Copyright (C) 1999 Silicon Interactive Software Design
 Additional copyright holders may be found in the docs/license.html file.
diff --git a/ng_selfservice/elements/card.php b/ng_selfservice/elements/card.php
index c107aa5..765eb6c 100644
--- a/ng_selfservice/elements/card.php
+++ b/ng_selfservice/elements/card.php
@@ -18,7 +18,7 @@
         <TD> / </TD>
         <TD>
           <SELECT NAME="year">
-            <? $years = array( '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023' );
+            <? $years = array( '2015', '2016', '2017', '2018', '2019', '2020', '2021', '2022', '2023' );
                foreach ( $years as $y ) {
             ?>
                   <OPTION <? if ($y == $year ) { echo 'SELECTED'; } ?>><? echo $y; ?>

-----------------------------------------------------------------------

Summary of changes:
 README                           |    2 +-
 ng_selfservice/elements/card.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list