Index: branches/5.1.x/install/install_data.sql =================================================================== diff -u -N -r14255 -r14401 --- branches/5.1.x/install/install_data.sql (.../install_data.sql) (revision 14255) +++ branches/5.1.x/install/install_data.sql (.../install_data.sql) (revision 14401) @@ -183,4 +183,4 @@ INSERT INTO ImportScripts VALUES (DEFAULT, 'Articles from CSV file [In-News]', '', 'n', 'In-News', '', 'CSV', '1'); -INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL); \ No newline at end of file +INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL, NULL); \ No newline at end of file