Index: branches/unlabeled/unlabeled-1.38.2/core/units/users/users_config.php =================================================================== diff -u -r8017 -r8236 --- branches/unlabeled/unlabeled-1.38.2/core/units/users/users_config.php (.../users_config.php) (revision 8017) +++ branches/unlabeled/unlabeled-1.38.2/core/units/users/users_config.php (.../users_config.php) (revision 8236) @@ -16,21 +16,21 @@ 'Mode' => hAFTER, 'Conditional' => false, 'HookToPrefix' => 'u', - 'HookToSpecial' => '', + 'HookToSpecial' => '*', 'HookToEvent' => Array('OnAfterItemLoad', 'OnBeforeItemCreate', 'OnBeforeItemUpdate', 'OnUpdateAddress'), 'DoPrefix' => '', - 'DoSpecial' => '', + 'DoSpecial' => '*', 'DoEvent' => 'OnPrepareStates', ), Array( 'Mode' => hBEFORE, 'Conditional' => false, 'HookToPrefix' => 'affil', - 'HookToSpecial' => '', + 'HookToSpecial' => '*', 'HookToEvent' => Array('OnCheckAffiliateAgreement'), 'DoPrefix' => '', - 'DoSpecial' => '', + 'DoSpecial' => '*', 'DoEvent' => 'OnSubstituteSubscriber', ),