Index: branches/5.2.x/units/reports/reports_config.php =================================================================== diff -u -N -r14717 -r16145 --- branches/5.2.x/units/reports/reports_config.php (.../reports_config.php) (revision 14717) +++ branches/5.2.x/units/reports/reports_config.php (.../reports_config.php) (revision 16145) @@ -1,6 +1,6 @@ Array( Array( - 'Mode' => hAFTER, + 'Mode' => hBEFORE, 'Conditional' => false, 'HookToPrefix' => 'rep', 'HookToSpecial' => '*', @@ -130,4 +130,4 @@ ), ), - ); \ No newline at end of file + ); Index: branches/5.2.x/units/products/products_config.php =================================================================== diff -u -N -r15811 -r16145 --- branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 15811) +++ branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 16145) @@ -1,6 +1,6 @@ hAFTER, + 'Mode' => hBEFORE, 'Conditional' => false, 'HookToPrefix' => 'lst', 'HookToSpecial' => '*', Index: branches/5.2.x/units/sections/sections_config.php =================================================================== diff -u -N -r14258 -r16145 --- branches/5.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 14258) +++ branches/5.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 16145) @@ -1,6 +1,6 @@ Array ( Array ( - 'Mode' => hAFTER, + 'Mode' => hBEFORE, 'Conditional' => false, 'HookToPrefix' => 'site-domain', 'HookToSpecial' => '*', Index: branches/5.2.x/units/addresses/addresses_config.php =================================================================== diff -u -N -r14996 -r16145 --- branches/5.2.x/units/addresses/addresses_config.php (.../addresses_config.php) (revision 14996) +++ branches/5.2.x/units/addresses/addresses_config.php (.../addresses_config.php) (revision 16145) @@ -1,6 +1,6 @@ 'OnUpdateProfileAddress', ), Array ( - 'Mode' => hAFTER, + 'Mode' => hBEFORE, 'Conditional' => false, 'HookToPrefix' => '#PARENT#', 'HookToSpecial' => '*', @@ -155,4 +155,4 @@ ), ), ), - ); \ No newline at end of file + );