Quote:
Originally posted by saab340
Is there a way to add that to the code....
I could redownload them all again... since I have cron running I would like to get them stripped then, and not running things twice.
|
find this:
Code:
$message[text] = preg_replace("/((\n[ ]*>[^\n]*)+)/","[ color=blue]\\1[/ color]",$message[text]);
And replace that with this:
Code:
$message[text] = preg_replace("/((\n[ ]*>[^\n]*)+)/","",$message[text]);