public_html/admin/story.php
branchHEAD
changeset 7370 e5bbed84d3b1
parent 7366 c3f62c435cfc
child 7386 c0af5c30022f
     1.1 --- a/public_html/admin/story.php	Sat Oct 10 16:46:57 2009 +0200
     1.2 +++ b/public_html/admin/story.php	Sun Oct 11 11:00:55 2009 +0200
     1.3 @@ -577,9 +577,9 @@
     1.4              COM_optionList ($_TABLES['trackbackcodes'], 'code,name',
     1.5                              $story->EditElements('trackbackcode')));
     1.6      // comment expire 
     1.7 -    $story_templates->set_var ('lang_cmt_disable', $LANG24[63]);
     1.8 -    if ($story->EditElements('cmt_close') ) {
     1.9 -        $story_templates->set_var('is_checked5', 'checked="checked"'); //check box if enabled
    1.10 +    $story_templates->set_var('lang_cmt_disable', $LANG24[63]);
    1.11 +    if ($story->EditElements('cmt_close')) {
    1.12 +        $story_templates->set_var('is_checked5', 'checked="checked"');
    1.13          $story_templates->set_var('showcmtclosedisabled', 'false');
    1.14      } else {
    1.15          $story_templates->set_var('showcmtclosedisabled', 'true');