summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-24 18:44:41 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-24 18:44:41 -0800
commit16c949097105a3bf032acbdc7ccec64170eeb5f2 (patch)
tree60d7f79044ddb32456183f2fb1c1d6b04454c220
parenta3c8a7c5be8650f5854a1d89f1b76d21d5cfb1a1 (diff)
2015
-rw-r--r--README2
-rw-r--r--ng_selfservice/elements/card.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b758666ac..4768e30d3 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 c107aa551..765eb6c40 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; ?>