PDA

View Full Version : nc.call misunderstanding


sara.s
12-31-2007, 09:25 AM
Hi Hi
does any one have any idea what this line of code do?

this._parent._parent._parent._parent._parent._pare nt.connector.main_nc.call("serverUpdate", "1", this._parent._parent.username, this._parent._parent.accesSt);

sara.s
12-31-2007, 09:32 AM
it should pass the userName and a access string to a function calls serverUpdate, but the serverUpdate need just one string as input and in fact another function is calling, a function calls AdminpanelUpdate, I have no idea what is going on here, I search every where but I couldn't found anywhere which AdminpanelUpdate is calling :mad: