Skip to content

Commit 97dcc56

Browse files
committed
Update dbvis_enum.rb
1 parent 400b0f4 commit 97dcc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/dbvis_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def pareseOldConfigFile(raw_xml)
260260
report_host(:host => $1.to_s);
261261
end
262262
end
263-
db_table << [ db[:Alias] , db[:Type] , db[:Userid], db[:Url]]
263+
db_table << [ db[:Alias] , db[:Type] , db[:Url], db[:Userid] ]
264264
end
265265
return db_table
266266
end

0 commit comments

Comments
 (0)