svnno****@sourc*****
svnno****@sourc*****
2008年 5月 19日 (月) 19:32:18 JST
Revision: 658 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=658 Author: tach Date: 2008-05-19 19:32:18 +0900 (Mon, 19 May 2008) Log Message: ----------- Fix typo Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/Display/Display.pm -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/Slash/Display/Display.pm =================================================================== --- slashjp/branches/2.5.0.192/Slash/Display/Display.pm 2008-05-19 10:21:09 UTC (rev 657) +++ slashjp/branches/2.5.0.192/Slash/Display/Display.pm 2008-05-19 10:32:18 UTC (rev 658) @@ -401,9 +401,9 @@ POST_CHOMP => $constants->{template_post_chomp}, CACHE_SIZE => $cache_size, %$cfg2, - EVAL_PERL => ($constants->{enable_template_evalperl} : 1 ? 0), + EVAL_PERL => ($constants->{enable_template_evalperl} ? 1 : 0), })], - EVAL_PERL => ($constants->{enable_template_evalperl} : 1 ? 0), + EVAL_PERL => ($constants->{enable_template_evalperl} ? 1 : 0), }); $cfg->{template} = $template if ref $cfg;