[freeside-commits] branch FREESIDE_3_BRANCH updated. 817ad25684017eb80e97de1032f3f73200f7ad86
Ivan
ivan at 420.am
Tue Feb 24 18:42:23 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 817ad25684017eb80e97de1032f3f73200f7ad86 (commit)
from 3e87bee8edfcfb9a153057dfab47a30787bed9c2 (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 817ad25684017eb80e97de1032f3f73200f7ad86
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 24 18:42:21 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