egroupware/filemanager/inc
Ralf Becker fcb8f3497c Finally fixed creation and rename of home directories:
- egw_vfs::stat and egw_vfs_stream_wrapper::url_stat now both have a
  parameter $try_create_home=false, which do not create a non-existing
  home-directory by default.
- filemanger_ui calls egw_vfs::stat($path,true) to create an evtl.
  missing home dir (in case it does not exist because of previous
  problems)
--> fixes not working home-dir creation or rename, because url_stat
    already tried to create the home-dir
2009-04-06 13:46:45 +00:00
..
class.filemanager_hooks.inc.php "typo" 2008-11-16 10:59:04 +00:00
class.filemanager_ui.inc.php Finally fixed creation and rename of home directories: 2009-04-06 13:46:45 +00:00