Michael Borchers wrote:
> Hi,
> for some reason the checkbox for creating folders and let them contain
> subfolders ist gone.
>
> Source code in folders.php:
> if ($show_contain_subfolders_option) {
> echo ''.
> addCheckBox('contain_subs', FALSE, '1') .' '
>. _("Let this fo
Hi,
for some reason the checkbox for creating folders and let them contain
subfolders ist gone.
Source code in folders.php:
if ($show_contain_subfolders_option) {
echo ''.
addCheckBox('contain_subs', FALSE, '1') .' '
. _("Let this folder contain subfolders")
. '';
}
I