From 3039741d0802064c9cd1daea38513ed9bf6bce0e Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Jun 2002 03:53:33 +0000 Subject: [PATCH] export options can be anything --- FS/FS/part_export_option.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export_option.pm b/FS/FS/part_export_option.pm index 61ea956ae..a0b19fde1 100644 --- a/FS/FS/part_export_option.pm +++ b/FS/FS/part_export_option.pm @@ -106,7 +106,7 @@ sub check { $self->ut_numbern('optionnum') || $self->ut_number('exportnum') || $self->ut_alpha('optionname') - || $self->ut_textn('optionvalue') + || $self->ut_anything('optionvalue') ; return $error if $error; -- 2.11.0