You are here

constant UPDATE_REPLACE in User Import 6.2

Same name and namespace in other branches
  1. 8 user_import.module \UPDATE_REPLACE
  2. 5 user_import.module \UPDATE_REPLACE
  3. 6.4 user_import.module \UPDATE_REPLACE
  4. 7.3 user_import.module \UPDATE_REPLACE
  5. 7 user_import.module \UPDATE_REPLACE
  6. 7.2 user_import.module \UPDATE_REPLACE
3 uses of UPDATE_REPLACE
content_profile.inc in supported/content_profile.inc
profile_user_import_save_profile in supported/profile.inc
user_user_import_pre_save in supported/user.inc
Implementation of hook_user_import_pre_save().

File

./user_import.module, line 10
Import or update users with data from a comma separated file (csv).

Code

define('UPDATE_REPLACE', 1);