Index: branches/RC/core/install/install_data.sql =================================================================== diff -u -r10315 -r10316 --- branches/RC/core/install/install_data.sql (.../install_data.sql) (revision 10315) +++ branches/RC/core/install/install_data.sql (.../install_data.sql) (revision 10316) @@ -628,3 +628,4 @@ INSERT INTO ConfigurationAdmin VALUES ('UsePageHitCounter', 'la_Text_Website', 'la_config_UsePageHitCounter', 'checkbox', '', '', 10.24, 0, 0); INSERT INTO ConfigurationValues VALUES (DEFAULT, 'UsePageHitCounter', 0, 'In-Portal', 'in-portal:configure_general'); +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'PageHitCounter', 0, 'In-Portal', 'in-portal:configure_general');