alecpl
2011-08-18 72fa1933350bb88220f3b2fc41607b48223a83bb
- Disable subscription on virtual shared folders


1 files modified
10 ■■■■■ changed files
program/steps/settings/folders.inc 10 ●●●●● patch | view | raw | blame | history
program/steps/settings/folders.inc
@@ -314,6 +314,16 @@
                }
            }
        }
        // check if the folder is shared, then disable subscription option on it
        if (!$disabled && $folder['virtual'] && !empty($namespace)) {
            $tmp_ns = array_merge((array)$namespace['other'], (array)$namespace['shared']);
            foreach ($tmp_ns as $item) {
                if (strpos($folder['id'], $item[0]) === 0) {
                    $disabled = true;
                    break;
                }
            }
        }
        $table->add_row(array('id' => 'rcmrow'.$idx, 'class' => join(' ', $classes),
            'foldername' => $folder['id']));