|
|
|
|
Coyote
YaBB God
Posts: 702
I love YaBB SE!
|
|
Re:Version 1.4 on the way...
« Reply #169 on: May 26, 2002, 03:48:29 PM » |
|
Well, I just found this post and applied it to my board and it works 100%
Thanks to PtPazuzu for pointing it out!
changing :
Code: $db = preg_replace("/[^0-9A-Za-z#%+,-\.@^_]/","",$db);
to
Code: $db = preg_replace("/[^0-9A-Za-z#%+\s,-\.@^_]/","",$db);
fixes the problem 2. This adds the space to the list of characters not 2 remove from the string.
|
|
|
Logged
|
To the world - you are just one person, but to one person you are the world!
|
|
|
|
|
|
|
|
|
|
|
|
|