summaryrefslogtreecommitdiff
path: root/scripts/restoreuser.php
AgeCommit message (Collapse)Author
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is ↵Brion Vibber
8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
2010-09-28Take trailing newline out of i18n.Siebrand Mazeland
2010-09-22initial script to restore a backed-up userEvan Prodromou