diff options
author | bugreport%peshkin.net <> | 2002-08-25 23:50:08 +0000 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-08-25 23:50:08 +0000 |
commit | 73162e9570d097ba477056f30491d9af79dc7b94 (patch) | |
tree | 131782dcf76776df4bf447667461e7693544f084 | |
parent | bug 160631 - bug_email.pl is broken (diff) | |
download | bugzilla-73162e9570d097ba477056f30491d9af79dc7b94.tar.gz bugzilla-73162e9570d097ba477056f30491d9af79dc7b94.tar.bz2 bugzilla-73162e9570d097ba477056f30491d9af79dc7b94.zip |
Bug 164464 - Importxml will fail if versioncache needs update
r=bbaetz, timeless
-rwxr-xr-x | importxml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl index 964d29a6f..3670609a4 100755 --- a/importxml.pl +++ b/importxml.pl @@ -68,8 +68,8 @@ require "CGI.pl"; require "globals.pl"; $::lockcount = 0; -GetVersionTable(); ConnectToDatabase(); +GetVersionTable(); sub sillyness { |