summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/Users.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-23 12:06:42 +0100
committerYorhel <git@yorhel.nl>2008-12-23 12:06:42 +0100
commitc59111e989844e670aea7a1e6af3bdd134e6cebc (patch)
tree13c2b72f8179e285baa365ea054f5123c8336699 /lib/VNDB/DB/Users.pm
parentc435aa0b2b60e785d2b5447e751c761736f8852c (diff)
Added skin selector to profile page
Diffstat (limited to 'lib/VNDB/DB/Users.pm')
-rw-r--r--lib/VNDB/DB/Users.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/DB/Users.pm b/lib/VNDB/DB/Users.pm
index 501bb8bb..6f1a13c6 100644
--- a/lib/VNDB/DB/Users.pm
+++ b/lib/VNDB/DB/Users.pm
@@ -64,7 +64,7 @@ sub dbUserEdit {
my %h;
defined $o{$_} && ($h{$_.' = ?'} = $o{$_})
- for (qw| username mail rank show_nsfw show_list |);
+ for (qw| username mail rank show_nsfw show_list skin |);
$h{'passwd = decode(?, \'hex\')'} = $o{passwd}
if defined $o{passwd};