summaryrefslogtreecommitdiffstats
path: root/doeditparams.cgi
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-12-21 08:35:14 +0100
committerbbaetz%student.usyd.edu.au <>2002-12-21 08:35:14 +0100
commita4e7f360c91236168a903e74ab3669a3f03bc690 (patch)
tree4d4c988aff412809ea1a0e0ce5c12380e0906e11 /doeditparams.cgi
parenta40d927bfd9a9b3012be9e0f85da84aa4dd58344 (diff)
downloadbugzilla-a4e7f360c91236168a903e74ab3669a3f03bc690.tar.gz
bugzilla-a4e7f360c91236168a903e74ab3669a3f03bc690.tar.xz
Bug 180870 - Remove old shadowdb manual replication code
r, a=myk
Diffstat (limited to 'doeditparams.cgi')
-rwxr-xr-xdoeditparams.cgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doeditparams.cgi b/doeditparams.cgi
index 4dd4f8b52..d37e8b207 100755
--- a/doeditparams.cgi
+++ b/doeditparams.cgi
@@ -101,11 +101,6 @@ foreach my $i (GetParamList()) {
WriteParams();
unlink "data/versioncache";
-if (Param("updateshadowdb")) {
- print "<PRE>";
- system("./syncshadowdb", "-v");
- print "</PRE>";
-}
print "OK, done.<p>\n";
print "<a href=editparams.cgi>Edit the params some more.</a><p>\n";