I would certainly be interested in know what you added also. If it causes broken wires, then something significant has happened. It could be that, by changing the global.vi, it is no longer correctly linked to in your VI. Try relinking it and see if that helps. Also, if possible, it is best to never use global variables. They require more memory and can actually slow down your application. It is sometimes better to use property nodes with the Value property.
J.R. Allen