From 11deba5ca03afd00c0450bc4e0b9345e87e08829 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 28 Jun 2002 10:49:05 +0000 Subject: [PATCH] remove extraneous check --- FS/FS/Record.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 7d5ff0582..10fff99dd 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -735,7 +735,7 @@ sub unique { my($self,$field) = @_; my($table)=$self->table; - croak("&FS::UID::checkruid failed") unless &checkruid; + #croak("&FS::UID::checkruid failed") unless &checkruid; croak "Unique called on field $field, but it is ", $self->getfield($field), -- 2.11.0