alecpl
2010-08-02 8ed0152e5129daef980429cd5f9e56e75dbf2b74
- Don't add threads checkbox in virtual folder record


1 files modified
2 ■■■ changed files
program/steps/settings/manage_folders.inc 2 ●●● patch | view | raw | blame | history
program/steps/settings/manage_folders.inc
@@ -295,7 +295,7 @@
    $table->add('subscribed', ($protected || $folder['virtual']) ? ($subscribed ? ' •' : ' ') :
        $checkbox_subscribe->show(($subscribed ? $folder_utf8 : ''), array('value' => $folder_utf8)));
    if ($threading_supported) {
      $table->add('threaded',
      $table->add('threaded', $folder['virtual'] ? '' :
                  $checkbox_threaded->show(($threaded ? $folder_utf8 : ''), array('value' => $folder_utf8)));
    }