I don't think its possible to revert to the old function unless you save it somewhere.
eg:
String.prototype._substr = String.prototype.substr;
String.prototype.substr= function()
{
return this._substr(0,5);
}
Reputation Points: 457
Solved Threads: 101
Nearly a Posting Virtuoso
Offline 1,250 posts
since Sep 2005