Started on the dx cluster database stuff
[spider.git] / cmd / set / qra.pl
diff --git a/cmd/set/qra.pl b/cmd/set/qra.pl
new file mode 100644 (file)
index 0000000..0b13524
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# set the qra locator field
+#
+# $Id$
+#
+my ($self, $args)  = @_;
+my $user = $self->user;
+return (1, "qra locator is now ", $user->qra($args));