ftimme
2013-01-16 08cc7f673c377bf88897743e340097e93f1e95f4
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'];