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