X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fqueue_arg.pm;h=c96ff12369ab129f20b7b92e1ceac7e8832af890;hb=15e57a4859d967a13113602b112c4aa197ca6002;hp=08fe473412581726bc6375efc199cdeb3fd57b4e;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d;p=freeside.git diff --git a/FS/FS/queue_arg.pm b/FS/FS/queue_arg.pm index 08fe47341..c96ff1236 100644 --- a/FS/FS/queue_arg.pm +++ b/FS/FS/queue_arg.pm @@ -46,7 +46,7 @@ FS::Record. The following fields are currently supported: =item new HASHREF -Creates a new argument. To add the example to the database, see L<"insert">. +Creates a new argument. To add the argument to the database, see L<"insert">. Note that this stores the hash reference, not a distinct copy of the hash it points to. You can ask the object for a copy with the I method. @@ -100,15 +100,11 @@ sub check { ; return $error if $error; - ''; #no error + $self->SUPER::check; } =back -=head1 VERSION - -$Id: queue_arg.pm,v 1.1 2001-09-11 00:08:18 ivan Exp $ - =head1 BUGS =head1 SEE ALSO