diff options
author | Arun Persaud <arun@nubati.net> | 2010-04-23 22:27:16 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-04-23 22:27:16 -0700 |
commit | 74ce5e0f2c94220aa23d07f4da6f9e9640de2101 (patch) | |
tree | 5f10e29c0af86f39d03e3c3f98c9716af2ca1e71 /include/db.php | |
parent | 8ce1e61f4b254ee07466503dc5a193d227123005 (diff) | |
download | e-DoKo-74ce5e0f2c94220aa23d07f4da6f9e9640de2101.tar.gz e-DoKo-74ce5e0f2c94220aa23d07f4da6f9e9640de2101.tar.bz2 e-DoKo-74ce5e0f2c94220aa23d07f4da6f9e9640de2101.zip |
updated license for german cards
Diffstat (limited to 'include/db.php')
-rw-r--r-- | include/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.php b/include/db.php index ad6c6f0..bd50189 100644 --- a/include/db.php +++ b/include/db.php @@ -783,7 +783,7 @@ function DB_get_PREF($myid) { case 'cardset': /* licence only valid until then */ - if($pref[1]=='altenburg' && (time()-strtotime( '2009-12-31 23:59:59')<0) ) + if($pref[1]=='altenburg' && (time()-strtotime( '2012-12-31 23:59:59')<0) ) $PREF['cardset']='altenburg'; break; |