Skip to content

Commit

Permalink
Reworked menu for topics page
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jul 8, 2003
1 parent ce22d1d commit 5aede70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/mysql/upgrades
Expand Up @@ -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);

0 comments on commit 5aede70

Please sign in to comment.