]> andersk Git - moira.git/commitdiff
Oops. $db should be an empty string for production use.
authorzacheiss <zacheiss>
Thu, 16 Mar 2000 22:18:56 +0000 (22:18 +0000)
committerzacheiss <zacheiss>
Thu, 16 Mar 2000 22:18:56 +0000 (22:18 +0000)
regtape/grouper.pl

index 449077a55225b2fc047c94eb6f679b397c4710af..f3f6108776043d12a0b0204bc5af8c291d1c64c5 100755 (executable)
@@ -3,7 +3,7 @@
 
 die "Usage: $0 password\n" unless ($#ARGV == 0);
 $whpassword = $ARGV[0];
-$db = "ttsp";
+$db = "";
 $mrtest = "mrtest";
 $ENV{'PATH'} = "/moira/bin";
 use DBI;
This page took 0.037999 seconds and 5 git commands to generate.