Remove duplicate sub that crept in there.

This commit is contained in:
Colin Kuskie 2009-05-18 21:04:52 +00:00
parent de3b249a2b
commit 268a926d01

View file

@ -394,22 +394,6 @@ sub webguiBirthday {
return 997966800 ;
}
#----------------------------------------------------------------------------
=head2 webguiBirthday ( )
This constant is used in several tests, so it's reproduced here so it can
be found easy. This is the epoch date when WebGUI was released.
=cut
sub webguiBirthday {
return 997966800 ;
}
#----------------------------------------------------------------------------
=head2 originalConfig ( $param )