From b236fa53c0c6d8587117abba5d8aaecc6a881147 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 4 Apr 2003 05:13:52 +0000 Subject: [PATCH] fixed a bug in item popup template --- docs/upgrades/upgrade_5.2.2-5.2.3.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/upgrades/upgrade_5.2.2-5.2.3.sql b/docs/upgrades/upgrade_5.2.2-5.2.3.sql index 65fcf2ea4..f97ac488c 100644 --- a/docs/upgrades/upgrade_5.2.2-5.2.3.sql +++ b/docs/upgrades/upgrade_5.2.2-5.2.3.sql @@ -1,3 +1,6 @@ insert into webguiVersion values ('5.2.3','upgrade',unix_timestamp()); +delete from template where templateId=2 and namespace='Item'; +INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n \r\n \" target=\"_blank\">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \" target=\"_blank\">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item'); +