export options can be anything
authorivan <ivan>
Wed, 26 Jun 2002 03:53:33 +0000 (03:53 +0000)
committerivan <ivan>
Wed, 26 Jun 2002 03:53:33 +0000 (03:53 +0000)
FS/FS/part_export_option.pm

index 61ea956..a0b19fd 100644 (file)
@@ -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;