Tatsuki SUGIURA
sugi****@users*****
2006年 10月 24日 (火) 20:20:35 JST
Index: slashjp/themes/slashcode/htdocs/users.pl diff -u slashjp/themes/slashcode/htdocs/users.pl:1.13 slashjp/themes/slashcode/htdocs/users.pl:1.14 --- slashjp/themes/slashcode/htdocs/users.pl:1.13 Fri Sep 8 14:46:18 2006 +++ slashjp/themes/slashcode/htdocs/users.pl Tue Oct 24 20:20:35 2006 @@ -2,7 +2,7 @@ # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: users.pl,v 1.13 2006/09/08 05:46:18 sugi Exp $ +# $Id: users.pl,v 1.14 2006/10/24 11:20:35 sugi Exp $ use strict; use Digest::MD5 'md5_hex'; @@ -2024,7 +2024,6 @@ my $lb_check = $user_edit->{lowbandwidth} ? $constants->{markup_checked_attribute} : ''; my $sd_check = $user_edit->{simpledesign} ? $constants->{markup_checked_attribute} : ''; - my $l_check = $user_edit->{light} ? $constants->{markup_checked_attribute} : ''; # TODO: backported light mode. should be deleted in future. my $i_check = $user_edit->{noicons} ? $constants->{markup_checked_attribute} : ''; my $w_check = $user_edit->{willing} ? $constants->{markup_checked_attribute} : ''; @@ -2035,7 +2034,6 @@ admin_block => $admin_block, user_edit => $user_edit, tzformat_select => $tzformat_select, - l_check => $l_check, # TODO: backported light mode. should be deleted in future. i_check => $i_check, w_check => $w_check, lb_check => $lb_check, @@ -2933,7 +2931,6 @@ noboxes => ($form->{useslashboxes} ? 0 : 1), lowbandwidth => ($form->{lowbandwidth} ? 1 : 0), simpledesign => ($form->{simpledesign} ? 1 : 0), - light => ($form->{light} ? 1 : 0), # TODO: backported light mode. should be deleted in future. noicons => ($form->{noicons} ? 1 : 0), willing => ($form->{willing} ? 1 : 0), };