Fixed a bug introduced in last bug fix. I still had a couple pms commented out

This commit is contained in:
Frank Dillon 2003-12-24 12:29:20 +00:00
parent 8e81d9c000
commit e8c305d919

View file

@ -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);