no message

This commit is contained in:
Frank Dillon 2003-12-21 20:34:19 +00:00
parent 542295af81
commit 7d69cfb2d3
2 changed files with 0 additions and 2 deletions

View file

@ -445,7 +445,6 @@ sub getSetting {
#-------------------------------------------------------------------
sub init {
my $self = shift;
WebGUI::ErrorHandler::warn("In init");
return $self->displayLogin;
}

View file

@ -59,7 +59,6 @@ sub addUserFormSave {
if($session{setting}{webguiExpirePasswordOnCreation}){
$properties->{passwordLastUpdated} = time() - $properties->{passwordTimeout};
}
$self->SUPER::addUserFormSave($properties);
}