From 22d3d1cf4b5ec928c68834f63e41ea05fef6a943 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 3 Feb 2015 11:19:26 +0100 Subject: [PATCH] Remove obsolete msg wrapper for deleting media db dirs References #287 --- include/functions_images.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/functions_images.inc.php b/include/functions_images.inc.php index 510bf844..669e3ee1 100644 --- a/include/functions_images.inc.php +++ b/include/functions_images.inc.php @@ -1769,9 +1769,7 @@ function serendipity_killPath($basedir, $directory = '', $forceDelete = false) { } @closedir($handle); - echo ' '; printf(CHECKING_DIRECTORY . "
\n", $directory); - echo "
\n"; // No, we just don't kill files the easy way. We sort them out properly from the database // and preserve files not entered therein.