Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

delete.php
44 44

  
45 45
// Get home folder not to show
46 46
$home_folders = get_home_folders();
47
$usedFiles = array();
48
// feature freeze
49
// require_once(ADMIN_PATH.'/media/dse.php');
50
/*
47 51

  
52
if(!empty($currentdir)) {
53
	$usedFiles = $Dse->getMatchesFromDir( $directory, DseTwo::RETURN_USED);
54
}
55
print '<pre><strong>function '.__FUNCTION__.'();</strong>  basename: '.basename(__FILE__).'  line: '.__LINE__.' -> <br />';
56
print_r( $usedFiles ); print '</pre>'; // flush ();sleep(10); die();
57
*/
48 58
// Figure out what folder name the temp id is
49 59
if($handle = opendir(WB_PATH.MEDIA_DIRECTORY.'/'.$directory)) {
50 60
	// Loop through the files and dirs an add to list

Also available in: Unified diff