tbrehm
2012-12-18 2a4c9a8eb2a445259af20aca85c17f89a2de1fe9
interface/web/sites/webdav_user_edit.php
@@ -128,7 +128,7 @@
         $global_config = $app->getconf->get_global_config('sites');
         $webdavuser_prefix = $app->tools_sites->replacePrefix($global_config['webdavuser_prefix'], $this->dataRecord);
            $this->dataRecord['username_prefix'] = ($webdavuser_prefix === '' ? '#' : $webdavuser_prefix);
            $this->dataRecord['username_prefix'] = $webdavuser_prefix;
            
         /* restrict the names */
         $this->dataRecord['username'] = $webdavuser_prefix . $this->dataRecord['username'];