This commit was manufactured by cvs2svn to create tag 'freeside_1_4_2'.
[freeside.git] / FS / FS / port.pm
index 620030a..1fb439e 100644 (file)
@@ -113,7 +113,7 @@ sub check {
     unless $self->ip || $self->nasport;
   return "Unknown nasnum"
     unless qsearchs('nas', { 'nasnum' => $self->nasnum } );
-  $self->SUPER::check;
+  ''; #no error
 }
 
 =item session
@@ -131,10 +131,6 @@ sub session {
 
 =back
 
-=head1 VERSION
-
-$Id: port.pm,v 1.6 2003-08-05 00:20:45 khoff Exp $
-
 =head1 BUGS
 
 The author forgot to customize this manpage.