Data Exchange - Improved to allow the import of complex attributes like passwords and documents + few fixes

SVN:trunk[1106]
This commit is contained in:
Romain Quetiez
2011-03-02 14:38:12 +00:00
parent 33f1ec8bf3
commit cf8174d54e
9 changed files with 227 additions and 122 deletions

View File

@@ -40,7 +40,7 @@ class UserExternal extends User
"key_type" => "autoincrement",
"name_attcode" => "login",
"state_attcode" => "",
"reconc_keys" => array(),
"reconc_keys" => array('login'),
"db_table" => "",
"db_key_field" => "id",
"db_finalclass_field" => "",