]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 164464 - Importxml will fail if versioncache needs update
authorbugreport%peshkin.net <>
Sun, 25 Aug 2002 23:50:08 +0000 (23:50 +0000)
committerbugreport%peshkin.net <>
Sun, 25 Aug 2002 23:50:08 +0000 (23:50 +0000)
r=bbaetz, timeless

importxml.pl

index 964d29a6f04373de4030cc75fa060ced16a82915..3670609a462f892978c933799063f37e002dc8c8 100755 (executable)
@@ -68,8 +68,8 @@ require "CGI.pl";
 require "globals.pl";
 $::lockcount = 0;
 
-GetVersionTable();
 ConnectToDatabase();
+GetVersionTable();
 
 
 sub sillyness {