changed: export plugin:

password is stored as a string (in database)


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@814 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-03-01 15:39:13 +00:00
parent 3e3546a2fd
commit e61f0db57e
3 changed files with 10 additions and 10 deletions

View File

@@ -38,7 +38,6 @@ struct Export
std::wstring ftp_server;
std::wstring ftp_login;
std::wstring ftp_pass;
std::string ftp_pass_bin;
int ftp_pass_type;
bool can_change_ftp_params;
@@ -64,7 +63,6 @@ struct Export
ftp_server.clear();
ftp_login.clear();
ftp_pass.clear();
ftp_pass_bin.clear();
can_change_ftp_params = false;
can_change_dir = false;