diff options
author | 2002-12-21 07:35:14 +0000 | |
---|---|---|
committer | 2002-12-21 07:35:14 +0000 | |
commit | a4e7f360c91236168a903e74ab3669a3f03bc690 (patch) | |
tree | 4d4c988aff412809ea1a0e0ce5c12380e0906e11 /doeditparams.cgi | |
parent | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave (diff) | |
download | bugzilla-a4e7f360c91236168a903e74ab3669a3f03bc690.tar.gz bugzilla-a4e7f360c91236168a903e74ab3669a3f03bc690.tar.bz2 bugzilla-a4e7f360c91236168a903e74ab3669a3f03bc690.zip |
Bug 180870 - Remove old shadowdb manual replication code
r, a=myk
Diffstat (limited to 'doeditparams.cgi')
-rwxr-xr-x | doeditparams.cgi | 5 |
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"; |