diff options
author | ivan <ivan> | 2002-06-28 10:49:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-28 10:49:05 +0000 |
commit | 11deba5ca03afd00c0450bc4e0b9345e87e08829 (patch) | |
tree | 9dfde9fc0af5c29000df9d8df3d320669f5eb8ab | |
parent | 25747983ac27c3b804a2f15312c8c7b59769e014 (diff) |
remove extraneous check
-rw-r--r-- | FS/FS/Record.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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), |