Changeset 1353908
- Timestamp:
- 02/19/2016 06:07:04 AM (10 years ago)
- File:
-
- 1 edited
-
cimy-user-extra-fields/trunk/cimy_uef_register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cimy-user-extra-fields/trunk/cimy_uef_register.php
r1353893 r1353908 312 312 // added for profile rules check 313 313 function cimy_profile_check_wrapper($errors, $update, $user) { 314 $errors = cimy_registration_check($user->user_login, $user->user_email, $errors, true); 315 316 if (!empty($errors)) 317 $update = false; 314 $errors = cimy_registration_check($user->user_login, $user->user_email, $errors, $update); 318 315 } 319 316
Note: See TracChangeset
for help on using the changeset viewer.