Re: [SM-USERS] Can't create folders containing subfolders

2008-01-14 Thread David C. Rankin
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

[SM-USERS] Can't create folders containing subfolders

2008-01-14 Thread Michael Borchers
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