From e8c305d919dcc5d81c7e0b03d2aca4eddb37b3dc Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Wed, 24 Dec 2003 12:29:20 +0000 Subject: [PATCH] Fixed a bug introduced in last bug fix. I still had a couple pms commented out --- lib/WebGUI/Auth/SMB.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Auth/SMB.pm b/lib/WebGUI/Auth/SMB.pm index 79d1bcd85..0ef23ea94 100644 --- a/lib/WebGUI/Auth/SMB.pm +++ b/lib/WebGUI/Auth/SMB.pm @@ -16,8 +16,8 @@ use WebGUI::HTMLForm; use WebGUI::Form; use WebGUI::Session; use WebGUI::Utility; -#use Authen::Smb; -#use warnings; +use Authen::Smb; +use warnings; our @ISA = qw(WebGUI::Auth);