diff --git a/modules/multi-url-spam-block.pl b/modules/multi-url-spam-block.pl index 4a99cc33..66369dda 100644 --- a/modules/multi-url-spam-block.pl +++ b/modules/multi-url-spam-block.pl @@ -13,11 +13,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -$ModulesDescription .= '

$Id: multi-url-spam-block.pl,v 1.1 2007/10/27 18:49:26 as Exp $

'; +$ModulesDescription .= '

$Id: multi-url-spam-block.pl,v 1.2 2007/10/27 19:33:43 as Exp $

'; *OldMultiUrlBannedContent = *BannedContent; *BannedContent = *NewMultiUrlBannedContent; +$BannedContent = $OldMultiUrlBannedContent; # copy scalar + sub NewMultiUrlBannedContent { my $str = shift; my @urls = $str =~ /$FullUrlPattern/go;