tbrehm
2008-12-15 1ff13e396c76ea7a694708521d7856d8550a9fb9
interface/web/sites/ftp_user_edit.php
@@ -155,7 +155,7 @@
      
      /* restrict the names */
      if ($app->tform->errorMessage == '') {
         $this->dataRecord['username'] = $restriction . $this->dataRecord['username'];
         $this->dataRecord['username'] = $ftpuser_prefix . $this->dataRecord['username'];
      }
   }