diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 48816824a8..2ac76064fe 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -264,9 +264,7 @@ function upload_attachment($filename, $local = false, $local_storage = '') } } -/* - // TODO - // Check Free Disk Space - need testing under windows [commented out] + // TODO - Check Free Disk Space - need testing under windows [commented out] if ($free_space = disk_free_space($config['upload_dir'])) { if ($free_space <= $filedata['filesize']) @@ -276,7 +274,6 @@ function upload_attachment($filename, $local = false, $local_storage = '') return $filedata; } } -*/ $filedata['thumbnail'] = 0;