FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » FUDforum 3.0+ » Removing Multiple "re: " in subject lines
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Removing Multiple "re: " in subject lines [message #183224 is a reply to message #183221] Sat, 12 October 2013 22:32 Go to previous messageGo to previous message
GaryM is currently offline  GaryM   United States
Messages: 118
Registered: May 2013
Location: Seattle
Karma:
Senior Member
I'm not seeing it here in my test area. Here is what I ran:

2 occurrences

select count(*)
from fud30_msg
where subject like '%Re: Re:%';
count(*)
0

A check to make sure my query makes sense:

1 occurrence

select count(*)
from fud30_msg
where subject like '%Re:%';
count(*)
1495


Edit: a better version of the second query, missing semicolon.


[Updated on: Sat, 12 October 2013 23:13]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Shouldn't "Delete all from user" also ban user?
Next Topic: Problems charset
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri May 03 12:23:59 GMT 2024

Total time taken to generate the page: 0.03904 seconds