That stripslashes isnt needed at all Mark, it was there before to counter the magic quotes, nothing else.
If you plain simply strip slashes now, the user input is altered ( one could just use double slash and the slash would make it through anyway ) - stripslashes is not a security function...