From 062cd3c13263d43bc7fa9fbcae8be951d977860b Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 18 Jun 2002 01:24:59 +0000 Subject: [PATCH] Added icon for SQL. --- lib/WebGUI/Attachment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Attachment.pm b/lib/WebGUI/Attachment.pm index f772d646a..a67e51679 100644 --- a/lib/WebGUI/Attachment.pm +++ b/lib/WebGUI/Attachment.pm @@ -208,7 +208,7 @@ sub getIcon { $icon = $session{setting}{lib}."/fileIcons/"; if (isIn($extension, qw(doc dot wri))) { $icon .= "doc.gif"; - } elsif (isIn($extension, qw(txt log config conf pm cnf readme))) { + } elsif (isIn($extension, qw(txt log sql config conf pm cnf readme))) { $icon .= "txt.gif"; } elsif (isIn($extension, qw(xlt csv xls))) { $icon .= "xls.gif";