Bug #20373 » 11005_v2.diff
class.browse_links.php (working copy) | ||
---|---|---|
function TBE_expandFolder($expandFolder=0,$extensionList='',$noThumbs=0) {
|
||
global $LANG;
|
||
$extensionList = ($extensionList == '*') ? '' : $extensionList;
|
||
$expandFolder = $expandFolder ? $expandFolder : $this->expandFolder;
|
||
$out='';
|
||
if ($expandFolder && $this->checkFolder($expandFolder)) {
|
||
... | ... | |
function TBE_dragNDrop($expandFolder=0,$extensionList='') {
|
||
global $BACK_PATH;
|
||
$extensionList = ($extensionList == '*') ? '' : $extensionList;
|
||
$expandFolder = $expandFolder ? $expandFolder : $this->expandFolder;
|
||
$out='';
|
||
if ($expandFolder && $this->checkFolder($expandFolder)) {
|