diff --git a/sql/mysql/upgrades b/sql/mysql/upgrades index 8f1ab57ac..47848f8bf 100644 --- a/sql/mysql/upgrades +++ b/sql/mysql/upgrades @@ -1718,3 +1718,5 @@ ALTER TABLE people TYPE=InnoDB; # End of T_2_3_0_103, Start of T_2_3_0_104 - 2003/07/01 # USEPERL LAST UPDATED HERE +DELETE FROM menus WHERE menu="topics" AND label="Recent Topics"; +INSERT INTO menus(id, menu, label, sel_label, value, seclev, showanon, menuorder) VALUES (NULL,'topics','Topic Hierarchy','','[% constants.rootdir %]/topics.pl?op=hierarchy ',0,1,1);