redray
2008-12-15 a65f93478f2c0756c2096d429433040060be8635
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'];
      }
   }