You are here

constant UPDATE_REPLACE in User Import 5

Same name and namespace in other branches
  1. 8 user_import.module \UPDATE_REPLACE
  2. 6.4 user_import.module \UPDATE_REPLACE
  3. 6.2 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
4 uses of UPDATE_REPLACE
nodeprofile.inc in supported/nodeprofile.inc
profile_user_import_save_profile in supported/profile.inc
subscribed_user_import_after_save in supported/subscribed.inc
Implementation of hook_user_import_after_save().
user_user_import_pre_save in supported/user.inc
Implementation of hook_user_import_pre_save().

File

./user_import.module, line 5
Import users from a comma separated file (csv).

Code

define('UPDATE_REPLACE', 1);