diff options
Diffstat (limited to 'include/db.php')
-rw-r--r-- | include/db.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/db.php b/include/db.php index f9eb07a..2395908 100644 --- a/include/db.php +++ b/include/db.php @@ -808,6 +808,8 @@ function DB_get_PREF($myid) switch($pref[0]) { case 'cardset': + if($pref[1]) + $PREF['cardset'] = $pref[1]; break; case 'email': |