Index: trunk/pstamp/scripts/pstamp_webrequest.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_webrequest.pl	(revision 19273)
+++ trunk/pstamp/scripts/pstamp_webrequest.pl	(revision 19274)
@@ -117,8 +117,8 @@
 
 # Queue the request
-my $request_id = 0;
+my $req_id = 0;
 {
 
-    my $command = "$pstamptool -addreq -uri $request_file";
+    my $command = "$pstamptool -addreq -uri $request_file -ds_id 0";
     $command .= " -dbname $dbname" if $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -128,8 +128,8 @@
         die("Unable to perform pstamptool -addreq: $error_code");
     }
-    $request_id = ${$stdout_buf}[0];
+    $req_id = ${$stdout_buf}[0];
 }
 
-print "$request_id";
+print "$req_id";
 
 exit 0;
