PDA

View Full Version : Import from phpBB: backslashes in signatures



barefootcoder
Fri 27th Jul '07, 4:31am
I'm working on an import from the phpBB 2.x series and in general it's going well. I just have a couple of minor problems to work out.

One of them is that a lot of people's signatures have stray backslashes in them. I searched the forums here and I found this thread (http://www.vbulletin.com/forum/showthread.php?t=156383) from long ago, which describes the problem exactly but doesn't give a solution. I didn't see anything else about it.

Does anyone know of a solution for this problem? TIA.

Jerry
Fri 27th Jul '07, 2:04pm
That should be fixed in 1.83, there was an addslasshes() added in the wrong place for some reason :confused:

barefootcoder
Fri 27th Jul '07, 2:32pm
That should be fixed in 1.83, there was an addslasshes() added in the wrong place for some reason :confused:

Ah, I see, I'm on 1.82. I'll get the newer version. Thanx!