condition('name', db_like('user_registrationpassword_') . '%', 'LIKE') ->execute(); } /** * Update 7000 updates the name of the variable. */ function user_registrationpassword_update_7000() { // Copy the value of the user_registrationpassword variable // to the user_registrationpassword_registration variable. variable_set('user_registrationpassword_registration', variable_get('user_registrationpassword', 2)); // Delete the user_registrationpassword variable. variable_del('user_registrationpassword'); }