bug with < characters in name

Archive of all threads restored from the backup after the forum hijack
Locked
Guest

bug with < characters in name

Post by Guest »

when a user has the < character in his/her nickname, the script doesnt work, cuz it treats the string after that as the email and doesnt work because it has a wrong email because of that....
Tech

< In string name.

Post by Tech »

To fix this use $gettok to break string into their parts, then use the correct identifyer to gather email.
Locked