From f06a14a300673fb05367d1ab313de060842efa6b Mon Sep 17 00:00:00 2001 From: Ingmar Schlecht Date: Wed, 16 Mar 2005 11:09:13 +0000 Subject: [PATCH] * Fixed bug #0000335 in class.t3lib_extfilefunc.php: If $this->dont_use_exec_commands was set, it was impossible to delete any directories, which is now possible again. It's still impossible to delete direcories recursively though. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@579 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 82bdcb249242..e28ea061b1b5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-16 Ingmar Schlecht + + * Fixed bug #0000335 in class.t3lib_extfilefunc.php: If $this->dont_use_exec_commands was set, it was impossible to delete any directories, which is now possible again. It's still impossible to delete direcories recursively though. + 2005-03-10 Kasper Skårhøj,,, * Added feature that connects cache-control headers with whether user-logins are allowed in a branch or not. Makes mixing of cached and dynamic user-dependant content easier. -- 2.20.1