Index: branches/5.1.x/units/orders/orders_config.php =================================================================== diff -u -N -r14158 -r14197 --- branches/5.1.x/units/orders/orders_config.php (.../orders_config.php) (revision 14158) +++ branches/5.1.x/units/orders/orders_config.php (.../orders_config.php) (revision 14197) @@ -1,6 +1,6 @@ false, 'HookToPrefix' => 'u', 'HookToSpecial' => '', - 'HookToEvent' => Array ( 'OnLogin' ), + 'HookToEvent' => Array ( 'OnAfterLogin' ), 'DoPrefix' => '', 'DoSpecial' => '', 'DoEvent' => 'OnUserLogin', @@ -401,7 +401,7 @@ ), 'ShippingGroupOption' => Array ( 'type' => 'int', - 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, 'options' => Array (0 => 'la_opt_AutoGroupShipments', 1 => 'la_opt_ManualGroupShipments'), 'not_null' => 1, 'default' => 0, ),