diff options
author | bugreport%peshkin.net <> | 2002-08-25 23:38:13 +0000 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-08-25 23:38:13 +0000 |
commit | 35d4b47b98c2f8a9c9813090e11c33c20a8e2dbb (patch) | |
tree | 1af9e65a07579f461142ff245702dd8c01a6ad87 /importxml.pl | |
parent | Bug 164465 - importxml.pl fails (diff) | |
download | bugzilla-35d4b47b98c2f8a9c9813090e11c33c20a8e2dbb.tar.gz bugzilla-35d4b47b98c2f8a9c9813090e11c33c20a8e2dbb.tar.bz2 bugzilla-35d4b47b98c2f8a9c9813090e11c33c20a8e2dbb.zip |
Bug 164464 - Importxml will fail if versioncache needs update
r=bbatez, timeless
Diffstat (limited to 'importxml.pl')
-rwxr-xr-x | importxml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl index ac0a14f58..092170c03 100755 --- a/importxml.pl +++ b/importxml.pl @@ -68,8 +68,8 @@ require "CGI.pl"; require "globals.pl"; $::lockcount = 0; -GetVersionTable(); ConnectToDatabase(); +GetVersionTable(); sub sillyness { |