Drakath Posted November 8, 2013 Share 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. Link to comment
tosfera Posted November 15, 2013 Share 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 ); Link to comment
Recommended Posts