summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/db.php3
-rw-r--r--include/output.php5
-rw-r--r--include/preferences.php11
3 files changed, 2 insertions, 17 deletions
diff --git a/include/db.php b/include/db.php
index 11a83e6..f683beb 100644
--- a/include/db.php
+++ b/include/db.php
@@ -812,9 +812,6 @@ function DB_get_PREF($myid)
switch($pref[0])
{
case 'cardset':
- /* licence only valid until then */
- if($pref[1]=='altenburg' && (time()-strtotime( '2012-12-31 23:59:59')<0) )
- $PREF['cardset']='altenburg';
break;
case 'email':
diff --git a/include/output.php b/include/output.php
index a6267bb..4801987 100644
--- a/include/output.php
+++ b/include/output.php
@@ -451,10 +451,7 @@ function output_footer()
" <a href=\"http://www.dreamhost.com/green.cgi\"><p>\n".
" <img class=\"right\" alt=\"Green Web Hosting! This site hosted by DreamHost.\"".
" src=\"pics/green1.gif\" height=\"32\" width=\"100\" /></a>\n";
- echo " <p class=\"left\"> copyright 2006-2013 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n".
- " Verwendung der [deutschen] Kartenbilder mit Genehmigung <br />der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger <br />\n".
- " - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH <br />\n".
- " a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com</p>\n";
+ echo " <p class=\"left\"> copyright 2006-2013 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n";
echo "</footer>\n\n";
echo '<script src="'.autoversion('js/jquery.min.js'). '"></script>';
diff --git a/include/preferences.php b/include/preferences.php
index 0089c43..5aafcd3 100644
--- a/include/preferences.php
+++ b/include/preferences.php
@@ -472,16 +472,7 @@ echo " </td></tr>\n";
echo ' <tr><td>'.('Card set').": </td><td>\n";
echo " <select id=\"cards\" name=\"cards\" size=\"1\">\n";
-if($PREF['cardset']=="altenburg")
- {
- echo " <option value=\"altenburg\" selected=\"selected\">"._('German cards')."</option>\n";
- echo " <option value=\"english\">"._('English cards')."</option>\n";
- }
- else
- {
- echo " <option value=\"altenburg\">"._('German cards')."</option>\n";
- echo " <option value=\"english\" selected=\"selected\">"._('English cards')."</option>\n";
- }
+echo " <option value=\"english\" selected=\"selected\">"._('English cards')."</option>\n";
echo " </select>";
if($changed_cards) echo _('changed');
echo " </td></tr>\n";