Drakath Posted November 8, 2013 Posted November 8, 2013 Add: "removeAccountData" I could really use this to clean up my database. Required Arguments theAccount: The account from which you want to remove the data. theData: The name of account data. Also it would be nice if you add a new server variable "weburl" so people in server monitoring websites can see the website link of the server.
tosfera Posted November 15, 2013 Posted November 15, 2013 Why would you add 'removeAccountData' if you can simply set the accountData to nil? It does the same actualy. setAccountData ( theAccount, theDataName, nil );
Recommended Posts