Project

General

Profile

Bug #20373 » 11005_v2.diff

Administrator Admin, 2010-04-13 20:58

View differences:

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)) {
(2-2/3)